From f20bf7530e0c822ede99c7d8f2a859e40deac35d Mon Sep 17 00:00:00 2001 From: 0xTiger Date: Fri, 29 Sep 2023 13:50:48 +0000 Subject: [PATCH] fix: rm in correct action --- .github/workflows/deploy_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 9a5f702f4..533f8ddad 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -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: |