fix: variable error

This commit is contained in:
Aliberk Sandıkçı 2023-05-11 15:49:53 +03:00
parent b6aa7a57b7
commit bb2e8eb9f9

View file

@ -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