Skip to content

Commit 52b002a

Browse files
committed
make sure the updated compile is added and pushed to the deploy branch
1 parent cf70b0e commit 52b002a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

deploy.sh

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
2-
2+
git log -1
3+
git config user.email "[email protected]"
4+
git config user.name "Kevin Harrington"
5+
git config pull.rebase false
6+
git config core.mergeoptions --no-edit
37
set -e
48
mv docs/maven/ ./maven/
59
rm -rf docs
@@ -10,4 +14,10 @@ mv ./maven/ docs/
1014

1115
set +e
1216

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

Comments
 (0)