We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf70b0e commit 52b002aCopy full SHA for 52b002a
deploy.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
-
+git log -1
3
+git config user.email "mad.hephaestus@gmail.com"
4
+git config user.name "Kevin Harrington"
5
+git config pull.rebase false
6
+git config core.mergeoptions --no-edit
7
set -e
8
mv docs/maven/ ./maven/
9
rm -rf docs
@@ -10,4 +14,10 @@ mv ./maven/ docs/
10
14
11
15
set +e
12
16
13
-echo "commonwealthrobotics.com" >./docs/CNAME
17
+echo "commonwealthrobotics.com" >./docs/CNAME
18
+
19
+git add --all .
20
21
+git commit -a -m"Update for deploy"
22
23
+git push --force
0 commit comments