Rebuild docker on redeploy
This commit is contained in:
parent
aa6f7fe627
commit
b04d787ea2
@ -2,5 +2,6 @@ cd ~/gits
|
|||||||
for d in */; do
|
for d in */; do
|
||||||
cd "$d"
|
cd "$d"
|
||||||
git pull
|
git pull
|
||||||
|
docker compose up -d --build
|
||||||
docker compose restart
|
docker compose restart
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user