Skip to content

Commit

Permalink
diable staging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 2, 2024
1 parent 6761101 commit 8d46b4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
dry-run-deploy-infra-staging:
name: Deploy infra to staging (dry run)
needs: [check-for-changes, deploy-infra-test]
# todo: remove once we want to roll out staging
if: false
uses: ./.github/workflows/action-deploy-infra.yml
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -108,6 +110,8 @@ jobs:
deploy-infra-staging:
name: Deploy infra to staging
needs: [check-for-changes, dry-run-deploy-infra-staging]
# todo: remove once we want to roll out staging
if: false
uses: ./.github/workflows/action-deploy-infra.yml
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -127,6 +131,8 @@ jobs:
dry-run-deploy-apps-staging:
name: Deploy apps to staging (dryrun)
needs: [check-for-changes, deploy-infra-staging]
# todo: remove once we want to roll out staging
if: false
uses: ./.github/workflows/action-deploy-infra.yml
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -145,6 +151,8 @@ jobs:
name: Deploy apps to staging (dryrun)
needs: [check-for-changes, dry-run-deploy-apps-staging]
uses: ./.github/workflows/action-deploy-infra.yml
# todo: remove once we want to roll out staging
if: false
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 8d46b4c

Please sign in to comment.