Skip to content

Commit f68ebbc

Browse files
authored
Merge pull request #67 from nhsconnect/PRMP-917
[PRMP-917] Passing dynamo-migration-lambda between prod plan/apply steps (GoCD)
2 parents 2623d6c + a30bf3c commit f68ebbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gocd/pipeline.gocd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ pipelines:
269269
- build:
270270
source: ehr-hard-deletion-lambda/build/ehr-hard-deletion-lambda.zip
271271
destination: ehr-hard-deletion-lambda/build/
272+
- build:
273+
source: dynamo-migration-lambda/build/dynamo-migration-lambda.zip
274+
destination: dynamo-migration-lambda/build/
272275
tasks:
273276
- exec:
274277
command: /bin/bash
@@ -332,6 +335,12 @@ pipelines:
332335
source: ehr-hard-deletion-lambda/build/ehr-hard-deletion-lambda.zip
333336
destination: ehr-hard-deletion-lambda/build/
334337
is_file: yes
338+
- fetch:
339+
stage: plan_prod
340+
job: plan
341+
source: dynamo-migration-lambda/build/dynamo-migration-lambda.zip
342+
destination: dynamo-migration-lambda/build/
343+
is_file: yes
335344
- exec:
336345
command: /bin/bash
337346
arguments:

0 commit comments

Comments
 (0)