automated terminal push

This commit is contained in:
Your Name
2025-02-09 20:29:43 -05:00
parent 9f4fb533fa
commit 8a06df8cd0
9 changed files with 37 additions and 36 deletions

23
.recycle/compose.bash Executable file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
##
set -e
set -x
##
reset
clear
##
## docker compose pull
docker compose down --remove-orphans
docker compose up --build -d