Skip to content

Commit

Permalink
ci: fix deploy adding COMPOSE_FILE_BUILD (#11057)
Browse files Browse the repository at this point in the history
fix after #11030
  • Loading branch information
alexgarel authored Nov 26, 2024
1 parent 697c57e commit fd21aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
echo "COMPOSE_PROJECT_NAME=po" >> .env
echo "COMPOSE_PATH_SEPARATOR=;" >> .env
echo "COMPOSE_FILE=docker-compose.yml;docker/prod.yml;docker/geolite2.yml;docker/monitor.yml" >> .env
echo "COMPOSE_FILE_BUILD=docker-compose.yml;docker/prod.yml" >> .env
echo "COMPOSE_PROFILES=off" >> .env
echo "PRODUCT_OPENER_EXPOSE=" >> .env
echo "ADMIN_EXPOSE=" >> .env
Expand Down

0 comments on commit fd21aa2

Please sign in to comment.