automated terminal push

This commit is contained in:
Your Name
2025-02-06 12:51:43 -05:00
parent 1c87bf5906
commit 9a787b2a58
18 changed files with 772 additions and 0 deletions

32
compose.bash Normal file
View File

@@ -0,0 +1,32 @@
#!/bin/bash
##
set -e
set -x
##
reset
clear
##
echo
echo "STARTED / yankee / twitchtracker / channel rankings"
echo
##
docker compose down --remove-orphans
#git pull
docker compose up --build -d
echo
echo "RUNNING / yankee / twitchtracker / channel rankings"
echo