Skip to content

Commit

Permalink
edit : CD (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 authored Sep 16, 2023
1 parent 821529a commit f684ad7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,4 @@ jobs:
key: ${{ secrets.NCP_PEM }}
port: 22
script: |
pwd
cd /var/app
ls -al
nohup java -jar -Dnaver.storage.access-key=${{ secrets.ACCESS_KEY }} -Dnaver.storage.secret-key=${{ secrets.SECRET_KEY }} app.jar > nohup.log &
nohup java -jar -Dspring.profiles.active=dev -Dnaver.storage.access-key=${{ secrets.ACCESS_KEY }} -Dnaver.storage.secret-key=${{ secrets.SECRET_KEY }} /var/app/app.jar > nohup.log &

0 comments on commit f684ad7

Please sign in to comment.