Skip to content

Commit

Permalink
Update auto-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Mar 25, 2024
1 parent 1def724 commit 1c3935f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_PRIVATE_KEY }}
script: |
java --version
echo $JAVA_HOME
echo $PATH
sudo chmod 755 deploy/*
deploy/shutdown.sh
deploy/backup.sh
Expand Down

0 comments on commit 1c3935f

Please sign in to comment.