mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 17:34:22 +00:00
Update appspec.yml
This commit is contained in:
parent
017824f883
commit
fc236c1c30
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue