Skip to content

Commit

Permalink
워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enbraining committed Dec 15, 2023
1 parent 190eacc commit c554fe5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_SSH_PORT }}
script: |
cd /home/ubuntu/salt-bot
pm2 kill
npm i --force
npm run build
pm2 start dist/index.js
cd /home/ubuntu/weeing-backend
./gradlew clean
./gradlew build
./gradlew jar
java -jar build/libs/weeing-0.0.1-SNAPSHOT.jar

0 comments on commit c554fe5

Please sign in to comment.