Maybe build command will work first try?
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s

This commit is contained in:
2026-03-31 13:16:41 -05:00
parent fcb5556bef
commit 017ef680c9
8 changed files with 61 additions and 27 deletions

View File

@@ -16,6 +16,5 @@ set -a
source "$ENV_FILE"
set +a
git pull
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" build "$NEXT_CONTAINER_NAME"
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up -d "$NEXT_CONTAINER_NAME"
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" build "$NEXT_CONTAINER_NAME"
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up -d "$NEXT_CONTAINER_NAME"