etherpad-lite/.cpanel.yaml

11 lines
450 B
YAML
Raw Normal View History

2021-12-29 23:42:01 +00:00
---
2021-12-29 22:57:32 +00:00
deployment:
tasks:
2021-12-29 23:42:01 +00:00
# NOTE: public_html on cPanel must not be removed or renamed.
# This folder has owner USER:nobody, and the USER user does not have
# access to change owner. So this folder must stay as-is to keep the nobody
# group, which is critical to the site working. A new folder won't work.
2021-12-29 23:33:40 +00:00
- export DEPLOYPATH=/home/s000769/public_html/
2021-12-29 23:42:01 +00:00
- /bin/cp -R * $DEPLOYPATH
- /bin/cd $DEPLOYPATH
- src/bin/run.sh