Skip to content

Commit

Permalink
Merge pull request #312 from wunderio/digitalist-stage
Browse files Browse the repository at this point in the history
Production release
  • Loading branch information
wktohesi authored Jan 17, 2023
2 parents 055a3a9 + 29b62c3 commit 99a55c3
Show file tree
Hide file tree
Showing 84 changed files with 32,831 additions and 10,290 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ workflows:
# Storybook deployment to development cluster.
- silta/simple-build-deploy:
name: build-storybook
executor: cicd80
context: silta_dev
codebase_root: web/themes/custom/service-paths-theme
build_folder: storybook-static
Expand All @@ -87,6 +88,7 @@ workflows:
# Storybook deployment to production cluster.
- silta/simple-build-deploy:
name: build-storybook-prod
executor: cicd80
context: silta_finland
codebase_root: web/themes/custom/service-paths-theme
build_folder: storybook-static
Expand Down
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
hogfrom:
- appserver
node:
type: node
type: node:16
build:
- npm install
- cd ./web/themes/custom/service-paths-theme && npm install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"Support for export filtering via Drush": "https://www.drupal.org/files/issues/2021-01-04/config_ignore_2857247-61.patch"
},
"drupal/migrate_tools": {
"Do not roll back everything with --sync option": "https://www.drupal.org/files/issues/2020-01-06/sync-id-hash-3104268-4.patch"
"Combined patch for #3104268 (Do not roll back everything with --sync option) and #3260646 (Rolling back a skipped row (using --sync) results in: [warning] array_flip())": "patches/migrate_tools_3104268_3260646.patch"
}
},
"dropin-paths": {
Expand Down
Loading

0 comments on commit 99a55c3

Please sign in to comment.