Skip to content

Commit

Permalink
Clean railway
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 14, 2024
1 parent b12db9b commit b27a1c3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,4 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:${{ env.GIT_TAG_NAME }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:latest
deploy-railway:
name: Deploy railway
runs-on: ubuntu-latest
needs: [publish-docker-image]
steps:
- uses: actions/checkout@v2

- name: Deploy railway
uses: fewensa/actions/railway-redeploy@main
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
environment_id: "0d94be4e-259b-49e7-b93d-adbdb6ba6e0e"
service_id: "19063907-824f-410f-82f5-54537f150bf7"


0 comments on commit b27a1c3

Please sign in to comment.