Skip to content

Commit

Permalink
Temporarily remove goerli deployment from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Matija Petrunic committed Jun 11, 2021
1 parent 410161e commit c490f90
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/publish-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
env:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
ROPSTEN_MNEMONIC: ${{ secrets.ROPSTEN_MNEMONIC }}
- name: Deploy goerli
run: yarn run deploy:goerli
env:
INFURA_PROJECT_ID: ${{ secrets.INFURA_PROJECT_ID }}
GOERLI_MNEMONIC: ${{ secrets.GOERLI_MNEMONIC }}
- name: Deploy mainnet
run: yarn run deploy:mainnet
if: ${{ !contains(needs.tag.outputs.tag, 'beta') }}
Expand Down Expand Up @@ -95,31 +90,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
name: Release Docker image
runs-on: ubuntu-latest
needs: tag
if: needs.tag.outputs.tag != ''
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Push docker image to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.CR_WRITE_PAT }}
registry: ghcr.io
repository: niftyhorde/swap.kiwi
tags: latest,${{ needs.tag.outputs.tag }}
push: true

- name: Rollback on failure
if: failure()
uses: author/action-rollback@9ec72a6af74774e00343c6de3e946b0901c23013
with:
id: ${{ steps.create_release.outputs.id }}
tag: ${{ needs.tag.outputs.tag }}
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c490f90

Please sign in to comment.