fix: variable error

This commit is contained in:
Aliberk Sandıkçı 2023-05-11 15:47:22 +03:00
parent d0f0023bce
commit b6aa7a57b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
deployment: deployment:
tasks: tasks:
- export DEPLOYPATH= ~/public_html/ - export DEPLOYPATH="~/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