deploy auto traefik

This commit is contained in:
mr 2025-03-06 09:39:07 +01:00
parent 0a96827200
commit 3b7c3a9526
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
branch = "master"
branch = "main"
if [ -n "$1" ]; then
branch = $1
fi

View File

@ -10,3 +10,5 @@ do
docker kill $i | true
cd ../$i && make dev | true
done
docker compose -f ./traefik-dev-reverse/docker-compose.yml up -d