Skip to content

Commit

Permalink
chore: add ftp password
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Mar 27, 2024
1 parent 3b63743 commit 1e4ac88
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 @@ -23,7 +23,7 @@ jobs:
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASS }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ./htdocs/
exclude: |
.git*
Expand Down

0 comments on commit 1e4ac88

Please sign in to comment.