@dotcom-tool-kit/containerised-app 0.1.5 → 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 +10 -1
  2. package/package.json +2 -2
package/.toolkitrc.yml CHANGED
@@ -10,7 +10,16 @@ plugins:
10
10
  commands:
11
11
  'run:local':
12
12
  - Node
13
- 'deploy:review': [] # Coming soon, see https://financialtimes.atlassian.net/browse/CPREL-1280
13
+ 'deploy:review':
14
+ - DockerAuthCloudsmith
15
+ - DockerBuild
16
+ - DockerPush
17
+ - AwsAssumeRole:
18
+ roleArn: !toolkit/option '@dotcom-tool-kit/containerised-app.awsRoleArnStaging'
19
+ - HakoDeploy:
20
+ asReviewApp: true
21
+ environments:
22
+ - ft-com-test-eu
14
23
  'deploy:staging':
15
24
  - DockerAuthCloudsmith
16
25
  - DockerBuild
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/containerised-app",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1"
6
6
  },
@@ -31,7 +31,7 @@
31
31
  "@dotcom-tool-kit/cloudsmith": "^1.0.1",
32
32
  "@dotcom-tool-kit/docker": "^0.4.0",
33
33
  "@dotcom-tool-kit/doppler": "^2.1.7",
34
- "@dotcom-tool-kit/hako": "^0.1.5",
34
+ "@dotcom-tool-kit/hako": "^0.1.6",
35
35
  "@dotcom-tool-kit/node": "^4.3.1",
36
36
  "zod": "^3.24.1"
37
37
  }