Skip to content

Commit 8e234fa

Browse files
committed
Remove legacy set-configs from deploy script.
1 parent 04d214f commit 8e234fa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

deploy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ if [ "$DB_UPDATES_METHOD" = 'migrations' ]; then
131131
$BIN_DIR/migrations
132132
fi
133133

134-
# Copy the correct config files into place for this environment.
135-
$BIN_DIR/set-configs $ARG_APPENV
136-
137-
138134
# Make sure any external packages are installed and available.
139135
composer install --no-interaction
140136

0 commit comments

Comments
 (0)