diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..5b071e8 --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,8 @@ +--- +deployment: + tasks: + - export DEPLOYPATH=/home/onlin401/public_html/allgreektome/frontend/ + - /bin/cp dist/.htaccess $DEPLOYPATH + - /bin/cp dist/index.html $DEPLOYPATH + - /bin/cp dist/robots.txt $DEPLOYPATH + - /bin/cp -R dist/assets $DEPLOYPATH