mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-04-19 08:56:12 +00:00
18 lines
412 B
YAML
18 lines
412 B
YAML
version: 0.0
|
|
os: linux
|
|
files:
|
|
- source: server/
|
|
destination: /home/ubuntu/song-recognition
|
|
hooks:
|
|
BeforeInstall:
|
|
- location: scripts/before_install.sh
|
|
runas: root
|
|
AfterInstall:
|
|
- location: scripts/after_install.sh
|
|
runas: root
|
|
ApplicationStart:
|
|
- location: scripts/start_server.sh
|
|
runas: ubuntu
|
|
ApplicationStop:
|
|
- location: scripts/stop_server.sh
|
|
runas: root
|