Skip to content

Commit

Permalink
Merge pull request #25 from NovaGaia:feat/15-multi-refs
Browse files Browse the repository at this point in the history
Update SSH deployment arguments
  • Loading branch information
hrenaud authored Feb 15, 2024
2 parents 65567aa + 4b9db59 commit 5c0ec2e
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 @@ -50,7 +50,7 @@ jobs:
uses: easingthemes/ssh-deploy@v4.0.5
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-avzr --delete"
ARGS: "-rlgoDzvc -i"
SOURCE: "dist/"
REMOTE_HOST: ${{ vars.REMOTE_HOST }}
REMOTE_USER: ${{ vars.REMOTE_USER }}
Expand Down

0 comments on commit 5c0ec2e

Please sign in to comment.