From d785c1666cc14287369b8426cd3f13486dd025e6 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:05:05 +0800 Subject: [PATCH] Disable deploy railway --- .github/workflows/publish.yml | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa2c27c..6259350 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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"