fix: variable error
This commit is contained in:
parent
d0f0023bce
commit
b6aa7a57b7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
deployment:
|
||||
tasks:
|
||||
- export DEPLOYPATH= ~/public_html/
|
||||
- export DEPLOYPATH="~/public_html/"
|
||||
- /bin/cp index.html $DEPLOYPATH
|
||||
- /bin/cp links.php $DEPLOYPATH
|
||||
- /bin/cp about.html $DEPLOYPATH
|
||||
|
|
Loading…
Reference in a new issue