From 82ebed38422a11fb930f889c57297f7d538437b8 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 27 Jun 2024 23:30:01 -0700 Subject: [PATCH] chore: temporarily disables deployment step (#271) Co-authored-by: Steven Johnson --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4d8fd69c..d5279bbd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}