Skip to content

Commit

Permalink
Merge pull request #73 from dajeongdev/bugfix/github-actions
Browse files Browse the repository at this point in the history
fix : 유저 권한 추가
  • Loading branch information
dajeongdev committed Apr 22, 2024
2 parents 4e90288 + fc846f4 commit 30aa83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
# Jar 파일 실행
- name: Execute Jar File
run: |
nohup java -jar build/libs/americano-0.0.1-SNAPSHOT.jar 1>/root/nohup/output.log 2>/root/nohup/error.log &
sudo nohup java -jar build/libs/americano-0.0.1-SNAPSHOT.jar 1>/root/nohup/output.log 2>/root/nohup/error.log &
sleep 10

0 comments on commit 30aa83b

Please sign in to comment.