deploy auto traefik
This commit is contained in:
parent
0a96827200
commit
3b7c3a9526
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
branch = "master"
|
||||
branch = "main"
|
||||
if [ -n "$1" ]; then
|
||||
branch = $1
|
||||
fi
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user