mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Create appspec.yml
This commit is contained in:
parent
f9dac6247a
commit
9d0aabd880
1 changed files with 12 additions and 0 deletions
12
appspec.yml
Normal file
12
appspec.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
version: 0.0
|
||||||
|
os: linux
|
||||||
|
files:
|
||||||
|
- source: /
|
||||||
|
destination: /home/ubuntu/song-recognition
|
||||||
|
hooks:
|
||||||
|
BeforeInstall:
|
||||||
|
- location: scripts/BeforeInstall.sh
|
||||||
|
AfterInstall:
|
||||||
|
- location: scripts/AfterInstall.sh
|
||||||
|
ApplicationStart:
|
||||||
|
- location: scripts/ApplicationStart.sh
|
||||||
Loading…
Add table
Reference in a new issue