Skip to content

Commit

Permalink
fix: rm in correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTiger committed Sep 29, 2023
1 parent 00e9656 commit f20bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
key: ${{ secrets.CALCOM_SSH_KEY }}
source: "./, !.private"
target: "/home/deploy/calcom"
rm: true
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.CALCOM_HOST }}
username: deploy
key: ${{ secrets.CALCOM_SSH_KEY }}
rm: true
script_stop: true
command_timeout: 20m
script: |
Expand Down

0 comments on commit f20bf75

Please sign in to comment.