Skip to content

Commit

Permalink
fix: deployment server directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopico-dev committed Feb 25, 2024
1 parent cc1989b commit fe1a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ env.FTP_DIR }}
server-dir: ${{ vars.FTP_DIR }}
local-dir: ./deploy/

0 comments on commit fe1a40b

Please sign in to comment.