6 lines
141 B
YAML
6 lines
141 B
YAML
---
|
|
deployment:
|
|
tasks:
|
|
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
|
- cp -Rfv * $DEPLOYPATH
|
|
- touch $DEPLOYPATH/tmp/restart.txt |