Actually push commits

This commit is contained in:
Cole Deck 2022-10-10 22:03:07 -05:00
parent b12902183d
commit 494afed4ae

View File

@ -3,6 +3,7 @@ set -x
TOKEN=$(< token.txt) TOKEN=$(< token.txt)
EDITOR=nano git commit -a EDITOR=nano git commit -a
git push
COMMIT=$(git log | head -n 1 | cut -d' ' -f2) COMMIT=$(git log | head -n 1 | cut -d' ' -f2)
echo $COMMIT echo $COMMIT