Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinhyuk authored Jan 28, 2024
1 parent 1ace175 commit 9d6e8b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
username: ${{ secrets.SW_MILEAGE_SSH_USERNAME }}
password: ${{ secrets.SW_MILEAGE_SSH_PASSWORD }}
port: 22
script: whoami
script: |
whoami
cd ~/sh-script
chmod 750 front-manager-deploy.sh
./front-manager-deploy.sh

0 comments on commit 9d6e8b2

Please sign in to comment.