Skip to content

Commit

Permalink
Update .cpanel.yml
Browse files Browse the repository at this point in the history
deployopath
  • Loading branch information
yomero243 authored Dec 4, 2024
1 parent dffe4bc commit dc3bd66
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .cpanel.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
Deploy an entire directory
The following .cpanel.yml file copies the images directory and all of its contents to the example account’s public_html directory:

---
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/
- export DEPLOYPATH=/home/repositories/wedding-website
- /bin/cp -R images $DEPLOYPATH

0 comments on commit dc3bd66

Please sign in to comment.