Skip to content

Commit

Permalink
Merge pull request #59 from capstone-five-ai/feat/cicd
Browse files Browse the repository at this point in the history
배포 테스트
  • Loading branch information
yujamint authored Jun 1, 2024
2 parents 571af65 + d7a39aa commit de84f2b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ permissions:
group: ubuntu

hooks:
BeforeInstall:
- location: scripts/shutdown-prev-application.sh
AfterInstall:
- location: /home/ubuntu/scripts/shutdown-prev-application.sh
timeout: 120
runas: ubuntu

AfterInstall:
- location: scripts/build-and-run-new-application.sh
ApplicationStart:
- location: /home/ubuntu/scripts/build-and-run-new-application.sh
timeout: 120
runas: ubuntu

0 comments on commit de84f2b

Please sign in to comment.