test: change path
This commit is contained in:
parent
49a34dbb16
commit
8c671f03e7
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
deployment:
|
deployment:
|
||||||
tasks:
|
tasks:
|
||||||
- /bin/cp index.html ~/public_html
|
- export DEPLOYPATH= ~/public_html/
|
||||||
|
- /bin/cp index.html $DEPLOYPATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue