Skip to content

Commit

Permalink
ci: disable deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Aug 31, 2023
1 parent e6dd31d commit 7f3e275
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/on-push-main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
with:
image-tags: latest
oauth-redirect-url: "https://proxy-template-fastapi-react-test.playground.radix.equinor.com/"
deploy-test:
needs: publish-latest
uses: ./.github/workflows/deploy-to-radix.yaml
with:
radix-environment: "test"
# FIXME: DEMO CURRENTLY NOT DEPLOYED TO RADIX, comment back in to enable deployment to test environment
# deploy-test:
# needs: publish-latest
# uses: ./.github/workflows/deploy-to-radix.yaml
# with:
# radix-environment: "test"

release-please:
needs: tests
Expand All @@ -46,9 +47,9 @@ jobs:
with:
image-tags: production,${{ needs.release-please.outputs.tag_name }}
oauth-redirect-url: "https://template-fastapi-react.app.playground.radix.equinor.com"

deploy-prod:
needs: publish-production
uses: ./.github/workflows/deploy-to-radix.yaml
with:
radix-environment: "prod"
# FIXME: DEMO CURRENTLY NOT DEPLOYED TO RADIX, comment back in to enable deployment to production environment
# deploy-prod:
# needs: publish-production
# uses: ./.github/workflows/deploy-to-radix.yaml
# with:
# radix-environment: "prod"

0 comments on commit 7f3e275

Please sign in to comment.