diff --git a/.cpanel.yml b/.cpanel.yml index 00085b8..b86ea59 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,7 +1,7 @@ --- deployment: tasks: - - export DEPLOYPATH= ~/public_html/ + - export DEPLOYPATH="~/public_html/" - /bin/cp index.html $DEPLOYPATH - /bin/cp links.php $DEPLOYPATH - /bin/cp about.html $DEPLOYPATH