Skip to content

Commit

Permalink
edit : CD2
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Sep 16, 2023
1 parent f684ad7 commit a31d326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
key: ${{ secrets.NCP_PEM }}
port: 22
script: |
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 &
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 2> nohup.err < /dev/null &
2 changes: 1 addition & 1 deletion Domain/src/main/resources/application-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spring:

# DB접속 그래봐야 못해서 공개되도 상관없음
datasource:
driver-class-name: org.h2.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://db-ik892.vpc-cdb.ntruss.com:3306/project
username: project
password: qwer1234!!
Expand Down

0 comments on commit a31d326

Please sign in to comment.