diff --git a/.cpanel.yml b/.cpanel.yml index 26841ef..833f0b0 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,5 +1,6 @@ --- deployment: tasks: - - /bin/cp index.html ~/public_html + - export DEPLOYPATH= ~/public_html/ + - /bin/cp index.html $DEPLOYPATH