Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yomero243 committed Dec 1, 2024
1 parent b273ffe commit 86c0852
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .cpanel.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 86c0852

Please sign in to comment.