Skip to content

Commit

Permalink
Update deploy-staging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanakg committed Apr 16, 2024
1 parent b979f2a commit bafcacf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-app-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
source: "./"
target: "mismatch-finder-repo-next"
rm: true

tar_tmp_path: "/tmp/mmfrpn/"
- name: Deploy code
uses: appleboy/ssh-action@master
with:
Expand All @@ -53,6 +53,8 @@ jobs:
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
Expand Down

0 comments on commit bafcacf

Please sign in to comment.