Update appspec.yml

This commit is contained in:
Chigozirim Igweamaka 2024-05-18 09:13:15 +01:00 committed by GitHub
parent 017824f883
commit fc236c1c30

View file

@ -6,13 +6,13 @@ files:
hooks: hooks:
BeforeInstall: BeforeInstall:
- location: scripts/before_install.sh - location: scripts/before_install.sh
runas: ubuntu runas: root
AfterInstall: AfterInstall:
- location: scripts/after_install.sh - location: scripts/after_install.sh
runas: ubuntu runas: root
ApplicationStart: ApplicationStart:
- location: scripts/start_server.sh - location: scripts/start_server.sh
runas: ubuntu runas: ubuntu
ApplicationStop: ApplicationStop:
- location: scripts/stop_server.sh - location: scripts/stop_server.sh
runas: ubuntu runas: root