Skip to content

Commit

Permalink
fix deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
fragspawn committed Aug 31, 2021
1 parent 64e1039 commit 83915eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cpanel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
deployment:
tasks:
- export DEPLOYPATH=~/public_html/calc
- /bin/cp * $DEPLOYPATH
- /bin/cp *.html $DEPLOYPATH
- /bin/cp *.css $DEPLOYPATH
- /bin/cp *.js $DEPLOYPATH

0 comments on commit 83915eb

Please sign in to comment.