mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Update appspec.yml
This commit is contained in:
parent
6380ddfffd
commit
6eb5482f27
1 changed files with 10 additions and 4 deletions
14
appspec.yml
14
appspec.yml
|
|
@ -5,8 +5,14 @@ files:
|
|||
destination: /home/ubuntu/song-recognition
|
||||
hooks:
|
||||
BeforeInstall:
|
||||
- location: scripts/BeforeInstall.sh
|
||||
AfterInstall:
|
||||
- location: scripts/AfterInstall.sh
|
||||
- location: scripts/ApplicationStart.sh
|
||||
- location: scripts/before_install.sh
|
||||
runas: ubuntu
|
||||
AfterInstall:
|
||||
- location: scripts/after_install.sh
|
||||
runas: ubuntu
|
||||
ApplicationStart:
|
||||
- location: scripts/start_server.sh
|
||||
runas: ubuntu
|
||||
ApplicationStop:
|
||||
- location: scripts/stop_server.sh
|
||||
runas: ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue