Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/www/.github/workflows/ |
on:
push:
branches:
- main
name: 🚀 Deploy PRODUCTION website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ${{ secrets.production_ftp_host }}
username: ${{ secrets.production_ftp_user }}
password: ${{ secrets.production_ftp_password }}
server-dir: public_html/
exclude: .github/
- .gitignore
- docker-compose.yml
- README.md