From f684ad7bb3900ff496067a776430ca4b7e002f26 Mon Sep 17 00:00:00 2001 From: SeHwan Bong Date: Sat, 16 Sep 2023 17:31:09 +0900 Subject: [PATCH] edit : CD (#23) --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4a578e5..b2b3b888 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 & \ No newline at end of file + 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 & \ No newline at end of file