Skip to content

Commit

Permalink
Merge branch 'master' of github.com:helix-bridge/indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Aug 21, 2024
2 parents 70d2f23 + d785c16 commit c1f319a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:${{ steps.tag-name.outputs.tag }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:latest
deploy-railway:
name: Deploy railway
runs-on: ubuntu-latest
needs: [publish-docker-image]
steps:
- uses: actions/checkout@v2
# deploy-railway:
# name: Deploy railway
# runs-on: ubuntu-latest
# needs: [publish-docker-image]
# steps:
# - uses: actions/checkout@v2

- name: Deploy apollo-prd
uses: fewensa/action-railway-redeploy@main
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
environment_id: "5ff5ac60-0640-4f67-9ab1-0c96847a1a32"
service_id: "15b7ef1b-90f0-4fae-8404-97a4d790c271"
# - name: Deploy apollo-prd
# uses: fewensa/action-railway-redeploy@main
# if: startsWith(github.ref, 'refs/tags/v')
# with:
# railway_token: ${{ secrets.RAILWAY_TOKEN }}
# environment_id: "5ff5ac60-0640-4f67-9ab1-0c96847a1a32"
# service_id: "15b7ef1b-90f0-4fae-8404-97a4d790c271"

- name: Deploy apollo-stg
uses: fewensa/action-railway-redeploy@main
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
environment_id: "97eba9bb-0d0e-43ce-a9c1-5ea78b7891ef"
service_id: "07ce396e-d868-459e-a0f2-5563483d7aba"
# - name: Deploy apollo-stg
# uses: fewensa/action-railway-redeploy@main
# if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
# with:
# railway_token: ${{ secrets.RAILWAY_TOKEN }}
# environment_id: "97eba9bb-0d0e-43ce-a9c1-5ea78b7891ef"
# service_id: "07ce396e-d868-459e-a0f2-5563483d7aba"

0 comments on commit c1f319a

Please sign in to comment.