fix: ...
This commit is contained in:
parent
bb2e8eb9f9
commit
53fd1050da
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
deployment:
|
||||
tasks:
|
||||
- export DEPLOYPATH=/home/$USER/public_html/
|
||||
- /bin/cp index.html $DEPLOYPATH
|
||||
- /bin/cp links.php $DEPLOYPATH
|
||||
- /bin/cp about.html $DEPLOYPATH
|
||||
/bin/cp -R assets $DEPLOYPATH
|
||||
- /bin/cp index.html ~/public_html
|
||||
- /bin/cp links.php ~/public_html
|
||||
- /bin/cp about.html ~/public_html
|
||||
/bin/cp -R assets ~/public_html
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue