From bfb6652770968b6a8815eb7506cf83d9aa687c74 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Wed, 7 Apr 2021 20:04:23 -0500 Subject: [PATCH] Remove the .cpanel.yml file --- .cpanel.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .cpanel.yml diff --git a/.cpanel.yml b/.cpanel.yml deleted file mode 100644 index 5b071e8..0000000 --- a/.cpanel.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -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