Docker compose fix
All checks were successful
Deploy Volleyball CMS / deploy (push) Successful in 1m30s
All checks were successful
Deploy Volleyball CMS / deploy (push) Successful in 1m30s
This commit is contained in:
parent
0ab629894f
commit
b39b1116c6
@ -18,6 +18,7 @@ cd ../
|
||||
git pull origin main
|
||||
|
||||
echo "[CI] Docker Compose Build & Restart..."
|
||||
export COMPOSE_PROJECT_NAME=tg-cms
|
||||
docker compose -f docker-compose.yml down
|
||||
docker compose -f docker-compose.yml up --build -d
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user