diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..dfa5fc7 --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,6 @@ +--- +deployment: + tasks: + - export DEPLOYPATH=/home/user/public_html/ + - /bin/cp index.html $DEPLOYPATH + - /bin/cp style.css $DEPLOYPATH