This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚀Sync Changes using FTP | |
on: | |
push: | |
branches: | |
- master # Adjust the branch name as needed | |
jobs: | |
web-deploy: | |
name: 🎉 Deploy | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🚚 Get latest code | |
uses: actions/[email protected] | |
- name: 📂 Sync files | |
uses: SamKirkland/[email protected] | |
with: | |
server: 3002048058.cloudylink.com | |
username: manimo | |
password: BBH733Q03W1gsG |