Make deploy commits more manual

This commit is contained in:
Jake Howard 2016-07-23 19:18:56 +01:00
parent 62c6699cb3
commit c8c9aef1c8
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -22,14 +22,11 @@ git clone --depth=1 git@gist.github.com:9f9a4dd799ad01aa0502a09f06cbf454.git ato
rm -rf atom/.git
mv atom/Atom\ Settings.md atom/README.md
echo ">> Saving changes..."
echo ">> Preparing Git..."
git config user.name "Jake Howard"
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."
cd -
rm -rf /tmp/existing-dotfiles
echo ">> Ready!"
echo "1. Add and commit files."
echo "2. git push -f origin master"
echo "3. Remove $PWD"