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 f3fc346
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-app-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3fc346

Please sign in to comment.