Skip to content

Commit

Permalink
Update Deploy to FTP server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Nov 6, 2021
1 parent 452ac77 commit 75cb079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy to FTP server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: files.000webhost.com
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}

0 comments on commit 75cb079

Please sign in to comment.