mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Update appspec.yml
This commit is contained in:
parent
6066748af9
commit
b4ffd7caef
1 changed files with 4 additions and 3 deletions
|
|
@ -6,12 +6,13 @@ files:
|
||||||
hooks:
|
hooks:
|
||||||
BeforeInstall:
|
BeforeInstall:
|
||||||
- location: scripts/before_install.sh
|
- location: scripts/before_install.sh
|
||||||
|
runas: root
|
||||||
AfterInstall:
|
AfterInstall:
|
||||||
- location: scripts/after_install.sh
|
- location: scripts/after_install.sh
|
||||||
runas: root
|
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: root
|
runas: root
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue