Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkwochang authored Aug 31, 2024
1 parent dd7e12b commit 8ddd100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
port: ${{ secrets.REMOTE_SSH_PORT }}
script_stop: true
script: |
cd /server/back-end
cd /java/BACKEND
git restore .
git pull
./gradlew clean
./gradlew build
systemctl restart jeju-back
systemctl restart aijeju

0 comments on commit 8ddd100

Please sign in to comment.