Skip to content

Commit

Permalink
Merge pull request #36 from TUK-MoreView/Feat/5-CICD
Browse files Browse the repository at this point in the history
#23 - 배포 수정
  • Loading branch information
woojin065 authored Jun 25, 2024
2 parents 0d9a94b + 77b7a89 commit 8b7c3ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
port: 22
script: |
pkill -f moreveiw-0.0.1-SNAPSHOT.jar || true
sudo echo "${{ secrets.SECRET }}" > .env
sudo su
echo "${{ secrets.SECRET }}" > .env
exit
nohup java -jar /home/ubuntu/moreveiw-0.0.1-SNAPSHOT.jar > log.txt 2>&1 &

0 comments on commit 8b7c3ea

Please sign in to comment.