From f3fc3468b85e3e27261b231d63fa045cfb8fd116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Akg=C3=BCn?= Date: Tue, 16 Apr 2024 13:27:45 +0200 Subject: [PATCH] Update deploy-staging.yaml --- .github/workflows/deploy-app-staging.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-app-staging.yml b/.github/workflows/deploy-app-staging.yml index 312bc14a6..fe3870f35 100644 --- a/.github/workflows/deploy-app-staging.yml +++ b/.github/workflows/deploy-app-staging.yml @@ -44,15 +44,17 @@ jobs: source: "./" target: "mismatch-finder-repo-next" rm: true - + tar_tmp_path: "/tmp/mmfrpn/" - name: Deploy code - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@v1.0.2 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} passphrase: ${{ secrets.PASSPHRASE }} script: | + echo "$PWD" + echo $PWD # Make sure ~tools.mismatch-finder-staging/mismatch-finder-repo-next is group writable become mismatch-finder-staging chmod -R g+rwx ~tools.mismatch-finder-staging/mismatch-finder-repo-next # Change group of ~/mismatch-finder-repo-next (including symlinks) to tools.mismatch-finder-staging