no extra ssh on commit

This commit is contained in:
Ladd 2025-12-28 22:28:08 -06:00
parent a6678ced37
commit c882749786

11
commit
View File

@ -19,16 +19,5 @@ git commit "$@"
git push
ssh lentilz "
set -oe pipefail
export NVM_DIR=\"\$HOME/.nvm\"
[ -s \"\$NVM_DIR/nvm.sh\" ] && \. \"\$NVM_DIR/nvm.sh\" # This loads nvm
cd ~/code/gravity-dev
git add .
git stash
git pull
git stash pop
npm i
"
echo >&2
echo >&2 "Committed and deployed to https://laddhoffman.com/gravity-dev/"