@dotcom-tool-kit/containerised-app-with-assets 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.toolkitrc.yml +13 -1
  2. package/package.json +4 -4
package/.toolkitrc.yml CHANGED
@@ -11,7 +11,19 @@ commands:
11
11
  - Webpack:
12
12
  envName: development
13
13
  watch: true
14
- 'deploy:review': [] # Coming soon, see https://financialtimes.atlassian.net/browse/CPREL-1280
14
+ 'deploy:review':
15
+ - Webpack:
16
+ envName: production
17
+ - UploadAssetsToS3
18
+ - DockerAuthCloudsmith
19
+ - DockerBuild
20
+ - DockerPush
21
+ - AwsAssumeRole:
22
+ roleArn: !toolkit/option '@dotcom-tool-kit/containerised-app.awsRoleArnStaging'
23
+ - HakoDeploy:
24
+ asReviewApp: true
25
+ environments:
26
+ - ft-com-test-eu
15
27
  'deploy:staging':
16
28
  - Webpack:
17
29
  envName: production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/containerised-app-with-assets",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1"
6
6
  },
@@ -25,9 +25,9 @@
25
25
  "dotcom-tool-kit": "4.x"
26
26
  },
27
27
  "dependencies": {
28
- "@dotcom-tool-kit/containerised-app": "^0.1.4",
29
- "@dotcom-tool-kit/upload-assets-to-s3": "^4.2.7",
30
- "@dotcom-tool-kit/webpack": "^4.2.7",
28
+ "@dotcom-tool-kit/containerised-app": "^0.1.6",
29
+ "@dotcom-tool-kit/upload-assets-to-s3": "^4.3.1",
30
+ "@dotcom-tool-kit/webpack": "^4.3.1",
31
31
  "zod": "^3.24.1"
32
32
  }
33
33
  }