Make deploy commits more manual
This commit is contained in:
parent
62c6699cb3
commit
c8c9aef1c8
1 changed files with 5 additions and 8 deletions
13
deploy.sh
13
deploy.sh
|
@ -22,14 +22,11 @@ git clone --depth=1 git@gist.github.com:9f9a4dd799ad01aa0502a09f06cbf454.git ato
|
||||||
rm -rf atom/.git
|
rm -rf atom/.git
|
||||||
mv atom/Atom\ Settings.md atom/README.md
|
mv atom/Atom\ Settings.md atom/README.md
|
||||||
|
|
||||||
echo ">> Saving changes..."
|
echo ">> Preparing Git..."
|
||||||
git config user.name "Jake Howard"
|
git config user.name "Jake Howard"
|
||||||
git config user.email "git@theorangeone.net"
|
git config user.email "git@theorangeone.net"
|
||||||
git add .
|
|
||||||
git commit -m "GitHub deploy at $(date +%d/%m/%Y)."
|
|
||||||
git push -f origin master
|
|
||||||
|
|
||||||
echo "> Deployment Complete."
|
echo ">> Ready!"
|
||||||
|
echo "1. Add and commit files."
|
||||||
cd -
|
echo "2. git push -f origin master"
|
||||||
rm -rf /tmp/existing-dotfiles
|
echo "3. Remove $PWD"
|
||||||
|
|
Loading…
Reference in a new issue