Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielAlvesBM committed Sep 19, 2024
1 parent 36e6458 commit 7b182d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Deploy para meu host
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{secrets.SERVER_SSH_KEY}}
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
SOURCE: "src/"
REMOTE_HOST: ${{ secrets.SERVER_REMOTE_HOST }}
Expand Down

0 comments on commit 7b182d1

Please sign in to comment.