Skip to content

Update cpanel.yml

Update cpanel.yml #9

Workflow file for this run

# ⭐ contributor Dizaraj Dey | https://github.com/dizaraj | ❤️ Special thanks to SamKirkland
name: 🚀 Deploy website on push
on:
push:
branches: [master]
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: 📂 Sync files and folders
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
port: 22
# dry-run: true