diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 000000000..bba62f58f --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,21 @@ +deployment: + tasks: + - export DEPLOYPATH=/home/annygabr/repositories/wedding-website/ + - /bin/cp -R css $DEPLOYPATH + - /bin/cp -R js $DEPLOYPATH + - /bin/cp -R img $DEPLOYPATH + - /bin/cp -R sass $DEPLOYPATH + - /bin/cp -R .github $DEPLOYPATH + - /bin/cp -R .idx $DEPLOYPATH + - /bin/cp index.html $DEPLOYPATH + - /bin/cp manifest.json $DEPLOYPATH + - /bin/cp site.webmanifest $DEPLOYPATH + - /bin/cp browserconfig.xml $DEPLOYPATH + - /bin/cp .nojekyll $DEPLOYPATH + - /bin/cp CNAME $DEPLOYPATH + - /bin/cp gulpfile.js $DEPLOYPATH + - /bin/cp package.json $DEPLOYPATH + - /bin/cp README.md $DEPLOYPATH + - /bin/cp -R node_modules/animate.css $DEPLOYPATH/node_modules/ + - /bin/cp -R node_modules/font-awesome $DEPLOYPATH/node_modules/ + - /bin/cp -R node_modules/waypoints $DEPLOYPATH/node_modules/ \ No newline at end of file