Refactor FTP deployment workflow by removing emojis and updating conditions for deployment trigger
Deploy website via FTP / Deploy (push) Skipped

This commit is contained in:
Keith Solomon
2026-08-03 11:32:38 -05:00
parent 7f1f4de553
commit 8c68e81c2e
+5 -5
View File
@@ -3,19 +3,19 @@ on:
branches: branches:
- main - main
name: 🚀 Deploy website via FTP name: Deploy website via FTP
jobs: jobs:
web-deploy: web-deploy:
name: 🎉 Deploy name: Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '#skipGA') }} if: ${{ contains(github.event.head_commit.message, '#deploy') }}
steps: steps:
- name: 🚚 Get latest code - name: Get latest code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 📂 Sync files - name: Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5 uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with: with:
# dry-run: true # dry-run: true