Skip to content

Commit becf936

Browse files
Feature/cpanel deploy (#31)
* Update deployment path and made it recursive
1 parent b14709a commit becf936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cpanel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
deployment:
33
tasks:
4-
- export DEPLOYPATH=/home/tgoxwjmv/test/
5-
- /bin/cp * $DEPLOYPATH
4+
- export DEPLOYPATH=/home/tgoxwjmv/pythonvilag-website/
5+
- /bin/cp -R * $DEPLOYPATH

0 commit comments

Comments
 (0)