Skip to content

Commit 77d2d64

Browse files
committed
changing order of deploy script
1 parent 78cd7ba commit 77d2d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeployChemblOpenTargetsEnv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh
22
npm run build
33
cdk bootstrap
4-
cdk deploy BaselineStack --require-approval never
54
currentPrincipalArn=$(aws sts get-caller-identity --query Arn --output text)
65
jq '.context.starterLakeFormationAdmin = $currentPrincipalArn' --arg currentPrincipalArn $currentPrincipalArn cdk.json > tmp.$$.json && mv tmp.$$.json cdk.json
6+
cdk deploy BaselineStack --require-approval never
77
cdk deploy CoreDataLake --require-approval never
88
cdk deploy ChemblStack --require-approval never
99
cdk deploy OpenTargetsStack --require-approval never

0 commit comments

Comments
 (0)