automated terminal push
This commit is contained in:
32
compose.bash
Normal file
32
compose.bash
Normal 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
|
||||
Reference in New Issue
Block a user