Skip to content

Commit

Permalink
add other missing source default.env
Browse files Browse the repository at this point in the history
  • Loading branch information
cwcummings committed Jun 2, 2021
1 parent 1241cfa commit 6db58b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions birdhouse/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ cd $COMPOSE_DIR
START_TIME="`date -Isecond`"
echo "deploy START_TIME=$START_TIME"

. $COMPOSE_DIR/default.env

# Read AUTODEPLOY_EXTRA_REPOS
. $ENV_LOCAL_FILE

Expand Down
2 changes: 1 addition & 1 deletion birdhouse/deployment/triggerdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ START_TIME="`date -Isecond`"
echo "==========
triggerdeploy START_TIME=$START_TIME"

. ./default.env
. $COMPOSE_DIR/default.env

# Read AUTODEPLOY_EXTRA_REPOS
. $ENV_LOCAL_FILE
Expand Down

0 comments on commit 6db58b9

Please sign in to comment.