Skip to content

Commit

Permalink
Merge pull request #60 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 de84f2b + 7c96d06 commit 053f12e
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 @@ -13,11 +13,11 @@ permissions:

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

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

0 comments on commit 053f12e

Please sign in to comment.