Skip to content

Commit

Permalink
setting: cd 파이프라인 수정 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
lass9436 authored Aug 29, 2024
2 parents 787679e + 0dc1154 commit 51c447a
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 @@ -52,7 +52,7 @@ jobs:
echo "Stopping existing application with PID $PID"
kill -9 $PID
fi
nohup java -jar /home/ubuntu/deploy/*.jar &
nohup java -jar -Dspring.profiles.active=prod /home/ubuntu/deploy/*.jar &
- name: Deploy Prod use SCP
uses: appleboy/scp-action@master
Expand All @@ -76,4 +76,4 @@ jobs:
echo "Stopping existing application with PID $PID"
kill -9 $PID
fi
nohup java -jar /home/ubuntu/deploy/*.jar &
nohup java -jar -Dspring.profiles.active=prod /home/ubuntu/deploy/*.jar &

0 comments on commit 51c447a

Please sign in to comment.