rDrama/appspec.yml

13 lines
232 B
YAML
Raw Normal View History

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