Skip to content

debugging mobile insensitivity [SG-122] #74

debugging mobile insensitivity [SG-122]

debugging mobile insensitivity [SG-122] #74

Workflow file for this run

name: 🚀 Deployment
on:
push:
branches:
- master
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
run:
runs-on: ubuntu-latest
name: Deploy PHP application
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
# extensions: mbstring, pdo, pdo_mysql, intl, zip
coverage: none
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /
exclude: |
.git*/**