Skip to content

Commit

Permalink
Skip CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed May 24, 2021
1 parent 38e269a commit 233998e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ jobs:

- uses: ./.github/actions/docker-build-deploy
with:
deploy_phase: production
skip_deploy: true
docker_registry: quay.io
trigger_token: ${{ secrets.ITERING_DEPLOYMENT_TRIGGER_TOKEN }}
trigger_endpoint: ${{ secrets.ITERING_DEPLOYMENT_TRIGGER_ENDPOINT }}
4 changes: 1 addition & 3 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:

- uses: ./.github/actions/docker-build-deploy
with:
deploy_phase: staging
skip_deploy: true
docker_registry: quay.io
trigger_token: ${{ secrets.ITERING_DEPLOYMENT_TRIGGER_TOKEN }}
trigger_endpoint: ${{ secrets.ITERING_DEPLOYMENT_TRIGGER_ENDPOINT }}

0 comments on commit 233998e

Please sign in to comment.