Skip to content

Commit

Permalink
Merge pull request #27 from NovaGaia:feat/15-multi-refs
Browse files Browse the repository at this point in the history
Update local-dir in deploy.yml
  • Loading branch information
hrenaud authored Feb 15, 2024
2 parents 1e23920 + 7244fdb commit 27e2043
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 @@ -52,7 +52,7 @@ jobs:
server: ${{ vars.REMOTE_HOST }}
username: ${{ vars.REMOTE_USER }}
password: ${{ secrets.ftp_password }}
local-dir: ./dist
local-dir: ./dist/
server-dir: ${{ vars.REMOTE_TARGET }}

# - name: Deploy to Server via ssh key
Expand Down

0 comments on commit 27e2043

Please sign in to comment.