Skip to content

Commit

Permalink
Merge pull request #1233 from dof-dss/D8UN-uat
Browse files Browse the repository at this point in the history
Production release 0.27.3
  • Loading branch information
DuttonMa authored Mar 28, 2022
2 parents 5654355 + ad868ae commit 1e4160d
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 115 deletions.
6 changes: 3 additions & 3 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ hooks:
export FASTLY_API_SERVICE=dummyservice
# For each multi site - run db-updates and import config.
for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation nipolicingboard investnireview pbni
for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation nipolicingboard investnireview pbni cscsreviewni pcsps attorneygeneralni
do
echo "****** $site deployment ******"
cd /app/web/sites/$site
# Disable Fastly logging
drush cset fastly.settings logging FALSE --input-format=yaml
drush disable-fastly-logging
# Readonlymode module should be installed on all sites,
# but we'll just make sure.
drush en readonlymode -l $site -y
Expand All @@ -126,7 +126,7 @@ hooks:
cd /app/web/sites/$site
drush -l $site -y cache-rebuild
# Enable Fastly logging
drush cset fastly.settings logging TRUE --input-format=yaml
drush enable-fastly-logging
done
# The configuration of app when it is exposed to the web.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"drupal/console": "^1.9",
"drupal/content_lock": "^2.2",
"drupal/cookie_content_blocker": "^1.7",
"drupal/core-composer-scaffold": "^9.0.0",
"drupal/core-recommended": "^9.0.0",
"drupal/core-composer-scaffold": "9.2.*",
"drupal/core-recommended": "9.2.*",
"drupal/csp": "^1.15",
"drupal/date_facet_drilldown": "2.x-dev",
"drupal/diff": "^1.0",
Expand Down
Loading

0 comments on commit 1e4160d

Please sign in to comment.