Skip to content

Commit

Permalink
chore: temporarily disables deployment step (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Johnson <[email protected]>
  • Loading branch information
jmgilman and stevenj authored Jun 28, 2024
1 parent 27d503d commit 82ebed3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,17 @@ jobs:
dockerhub_username: ${{ secrets.dockerhub_username }}
earthly_runner_address: ${{ secrets.earthly_runner_address }}
earthly_runner_secret: ${{ secrets.earthly_runner_secret }}
deploy:
uses: input-output-hk/catalyst-ci/.github/workflows/deploy.yml@master
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
needs: [publish]
with:
aws_role_arn: ${{ inputs.aws_role_arn }}
aws_region: ${{ inputs.aws_region }}
deployment_repo: ${{ inputs.deployment_repo }}
updater_version: ${{ inputs.updater_version }}
secrets:
dockerhub_token: ${{ secrets.dockerhub_token }}
dockerhub_username: ${{ secrets.dockerhub_username }}
earthly_runner_address: ${{ secrets.earthly_runner_address }}
earthly_runner_secret: ${{ secrets.earthly_runner_secret }}
# deploy:
# uses: input-output-hk/catalyst-ci/.github/workflows/deploy.yml@master
# if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
# needs: [publish]
# with:
# aws_role_arn: ${{ inputs.aws_role_arn }}
# aws_region: ${{ inputs.aws_region }}
# deployment_repo: ${{ inputs.deployment_repo }}
# updater_version: ${{ inputs.updater_version }}
# secrets:
# dockerhub_token: ${{ secrets.dockerhub_token }}
# dockerhub_username: ${{ secrets.dockerhub_username }}
# earthly_runner_address: ${{ secrets.earthly_runner_address }}
# earthly_runner_secret: ${{ secrets.earthly_runner_secret }}

0 comments on commit 82ebed3

Please sign in to comment.