script result messages

This commit is contained in:
Ladd 2025-12-28 11:46:15 -06:00
parent 702287d95a
commit c3da34b294
2 changed files with 4 additions and 0 deletions

1
commit
View File

@ -25,4 +25,5 @@ ssh lentilz "
git stash apply
npm i
"
echo >&2
echo >&2 "Committed and deployed to https://laddhoffman.com/gravity-dev/"

3
sync
View File

@ -7,3 +7,6 @@ fi
rsync -ru --exclude='.git' --exclude='node_modules' ~/code/gravity-dev/ lentilz:code/gravity-dev/
rsync -ru --exclude='.git' --exclude='node_modules' lentilz:code/gravity-dev/ ~/code/gravity-dev/
echo >&2
echo >&2 "Synced with https://laddhoffman.com/gravity-dev/"