Skip to content

Commit

Permalink
add cpanel deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
fragspawn committed Aug 31, 2021
1 parent 44c1539 commit 64e1039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .cpanel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deployment:
tasks:
- export DEPLOYPATH=~/public_html/calc
- /bin/cp * $DEPLOYPATH
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background: black;
background: maroon;
}
.calc {
display: table;
Expand Down

0 comments on commit 64e1039

Please sign in to comment.