fix: variable error

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

View File

@ -1,7 +1,7 @@
---
deployment:
tasks:
- export DEPLOYPATH="~/public_html/"
- export DEPLOYPATH=/home/$USER/public_html/
- /bin/cp index.html $DEPLOYPATH
- /bin/cp links.php $DEPLOYPATH
- /bin/cp about.html $DEPLOYPATH