Skip to content

Commit

Permalink
Updating FTP credentials for deployment on my new server
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost authored May 17, 2024
1 parent 6dc8e02 commit c447e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: "/"
server-dir: ${{ secrets.FTP_DIR }}
local-dir: "./"

0 comments on commit c447e18

Please sign in to comment.