Skip to content

Commit

Permalink
cpanel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Schulz committed May 28, 2024
1 parent 942e53d commit b9bb6ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cpanel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
##### THIS ALLOWS US TO DEPLOY THE SITE FROM A GIT REPO ######—Deployment:
Tasks:
– export DEPLOYPATH=/home/v9uzg7ex9csj/public_html/deanpschulz.com
– /bin/cp -R .vscode $DEPLOYPATH
– /bin/cp -R assets $DEPLOYPATH
– /bin/cp -R css $DEPLOYPATH
– /bin/cp -R fonts $DEPLOYPATH
– /bin/cp -R img $DEPLOYPATH
– /bin/cp -R js $DEPLOYPATH
/bin/cp index.html $DEPLOYPATH

0 comments on commit b9bb6ce

Please sign in to comment.