Make update script

This commit is contained in:
Skylar Grant 2024-06-21 20:20:07 -04:00
parent 66dbdceb2a
commit 6700e36907
1 changed files with 4 additions and 0 deletions

4
update.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git pull
docker build . -t v0idf1sh/nodbot
docker push v0idf1sh/nodbot