Skip to content

Initial Commit

Initial Commit #55

Workflow file for this run

name: πŸš€ Lint and Deploy Website
on:
push:
branches:
- main
jobs:
web-deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.3]
steps:
- name: 🚚 Checkout code
uses: actions/checkout@v7
- name: βš™οΈ Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json, dom, curl, libxml, mbstring
coverage: none
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASS }}
local-dir: ./
server-dir: /ogsadmin.com/