Skip to content

Commit

Permalink
feat: track if installed, updated or deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo committed May 25, 2023
1 parent f1866f9 commit 745d23a
Show file tree
Hide file tree
Showing 8 changed files with 415 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
npm run rain
env:
CDK_RELEASE_VERSION: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
CDK_ENVIRONMENT: prod

- name: Archive release assets
if: ${{ steps.release.outputs.release_created }}
Expand Down
12 changes: 7 additions & 5 deletions cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@
},
"context": {
"GardenDevClusterStackID": "garden-dev-cluster",

"EKSClusterName": "garden-dev-cluster",
"EKSNodeGroupMinSize": 1,
"EKSNodeGroupMaxSize": 10,

"ECRRepositories": "api,result,vote,worker",
"ECRPrefix": "garden-dev-cluster",

"IAMEKSFullAccessRole": "",
"IAMEKSFullAccessPrincipals": "",

"IngressSubdomain": "",
"IngressRoute53HostedZoneId": ""
"IngressRoute53HostedZoneId": "",
"dev": {
"SegmentAPIWriteKey": "7f9LMF7SUiOJHp1DKGGMTWAsMQVATmga"
},
"prod": {
"SegmentAPIWriteKey": "n28eGgbHFaNYAUe09O0j29hYOXhsCYj7"
}
}
}
Loading

0 comments on commit 745d23a

Please sign in to comment.