Skip to content

Commit

Permalink
Merge pull request #81 from AndLetgo/develop
Browse files Browse the repository at this point in the history
🚀  [DEPLOY]: Permission denied 해결 배포
  • Loading branch information
gyehwan24 authored Jan 14, 2024
2 parents 951e9c6 + b36aac4 commit 599f958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ hooks:
AfterInstall:
- location: scripts/stop.sh
timeout: 60
runas: ubuntu
runas: root
ApplicationStart:
- location: scripts/start.sh
timeout: 60
runas: ubuntu
runas: root

0 comments on commit 599f958

Please sign in to comment.