Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
role-to-assume: "arn:aws:iam::465877038949:role/sagebase-github-oidc-sage-bionetworks-it"
working-dir: "sceptre/scipool"
role-session-name: ${{ needs.org-formation.outputs.role-session-name }}
sceptre-command: "sceptre launch develop --prune --yes --max-concurrency 1"
sceptre-command: "sceptre launch develop --prune --yes"
sceptre-scipoolprod:
needs: [org-formation]
uses: "./.github/workflows/aws-scipool.yaml"
Expand All @@ -127,7 +127,7 @@ jobs:
role-to-assume: "arn:aws:iam::237179673806:role/sagebase-github-oidc-sage-bionetworks-it"
role-session-name: ${{ needs.org-formation.outputs.role-session-name }}
working-dir: "sceptre/scipool"
sceptre-command: "sceptre launch prod --prune --yes --max-concurrency 1"
sceptre-command: "sceptre launch prod --prune --yes"
sceptre-stridespool:
needs: [org-formation, sceptre-strides]
uses: "./.github/workflows/aws-scipool.yaml"
Expand All @@ -136,15 +136,15 @@ jobs:
role-to-assume: "arn:aws:iam::423819316185:role/github-oidc-sage-bionetworks-it"
role-session-name: ${{ needs.org-formation.outputs.role-session-name }}
working-dir: "sceptre/scipool"
sceptre-command: "sceptre launch strides --prune --yes --max-concurrency 1"
sceptre-command: "sceptre launch strides --prune --yes"
sceptre-sageit-staging:
needs: [org-formation]
uses: "./.github/workflows/aws-deploy.yaml"
with:
role-to-assume: "arn:aws:iam::797640923903:role/sagebase-github-oidc-sage-bionetworks-it"
role-session-name: ${{ needs.org-formation.outputs.role-session-name }}
working-dir: "sceptre/sageit"
sceptre-command: "sceptre launch staging --prune --yes --max-concurrency 1"
sceptre-command: "sceptre launch staging --prune --yes"
sceptre-sageit-prod:
needs: [org-formation]
uses: "./.github/workflows/aws-deploy.yaml"
Expand Down