Skip to content

warn about limits in the readme #68

warn about limits in the readme

warn about limits in the readme #68

Workflow file for this run

name: ☁️ Deploy php site
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: 🚀 Deploy sources
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: "${{ secrets.FTP_HOSTNAME }}"
username: "${{ secrets.FTP_USERNAME }}"
password: "${{ secrets.FTP_PASSWORD }}"
server-dir: "/"
exclude: "[**/.git*, **/.git*/**]"
dry-run: false #DEBUG