mirror of
https://github.com/Rate-Limiting-Nullifier/zk-chat-client-server.git
synced 2026-01-10 07:58:24 -05:00
31 lines
681 B
YAML
31 lines
681 B
YAML
version: 0.0
|
|
os: linux
|
|
files:
|
|
- source: /
|
|
destination: /home/ubuntu/zk-chat-client-server
|
|
permissions:
|
|
- object: /home/ubuntu/zk-chat-client-server
|
|
owner: ubuntu
|
|
group: ubuntu
|
|
hooks:
|
|
BeforeInstall:
|
|
- location: scripts/before_install.sh
|
|
timeout: 300
|
|
runas: ubuntu
|
|
AfterInstall:
|
|
- location: scripts/after_install.sh
|
|
timeout: 300
|
|
runas: ubuntu
|
|
ApplicationStart:
|
|
- location: scripts/start_app.sh
|
|
timeout: 300
|
|
runas: ubuntu
|
|
ApplicationStop:
|
|
- location: scripts/stop_app.sh
|
|
timeout: 300
|
|
runas: ubuntu
|
|
ValidateService:
|
|
- location: scripts/validate_app.sh
|
|
timeout: 300
|
|
runas: ubuntu
|