mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
add tasks run
This commit is contained in:
parent
154023ad8d
commit
45a7fb753f
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
---
|
||||
deployment:
|
||||
tasks:
|
||||
# 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.
|
||||
- export DEPLOYPATH=/home/s000769/public_html/
|
||||
- /bin/cp -R * $DEPLOYPATH
|
||||
- /bin/cp -R * $DEPLOYPATH
|
||||
- /bin/cd $DEPLOYPATH
|
||||
- src/bin/run.sh
|
Loading…
Add table
Add a link
Reference in a new issue