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