Skip to content

Commit

Permalink
Update FTP deployment workflow to use secrets for server credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ix-benjaminm committed Oct 7, 2024
1 parent ece0739 commit f98ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload to FTP server
uses: SamKirkland/[email protected]
with:
server: ftp://youtubdle.com
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./upload/
Expand Down

0 comments on commit f98ad8d

Please sign in to comment.