Skip to content

Commit

Permalink
fix compose env file order
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 22, 2023
1 parent 36283a4 commit 8d3fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ LOG_LOCATION=${LOG_LOCATION:-/var/log}

COMPOSE_FILES_DOWNLOADED_FROM_CORE="/tmp/docker-compose.deps.yml /tmp/docker-compose.yml"
ENVIRONMENT_COMPOSE="$INFRASTRUCTURE_DIRECTORY/docker-compose.$ENV-deploy.yml"
COMPOSE_FILES_USED="$ENVIRONMENT_COMPOSE $INFRASTRUCTURE_DIRECTORY/docker-compose.deploy.yml $COMPOSE_FILES_DOWNLOADED_FROM_CORE"
COMPOSE_FILES_USED="$COMPOSE_FILES_DOWNLOADED_FROM_CORE $INFRASTRUCTURE_DIRECTORY/docker-compose.deploy.yml $ENVIRONMENT_COMPOSE"

echo $COMPOSE_FILES_USED

Expand Down

0 comments on commit 8d3fd92

Please sign in to comment.