rDrama/appspec.yml

13 lines
229 B
YAML
Raw Normal View History

2021-07-21 01:12:26 +00:00
version: 0.0
os: linux
files:
- source: /
2021-08-04 16:21:10 +00:00
destination: files
2021-07-21 01:12:26 +00:00
permissions:
2021-08-04 16:21:10 +00:00
- object: files/*
2021-07-21 01:12:26 +00:00
mode: 4755
hooks:
AfterInstall:
- location: scripts/install_pip
ApplicationStart:
2021-08-04 16:21:10 +00:00
- location: scripts/start_files