Skip to content

Commit

Permalink
Deploy railway
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed May 29, 2024
1 parent ba87839 commit 2678dde
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,20 @@ 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
steps:
- uses: actions/checkout@v2

- uses: bervProject/[email protected]
if: !startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
service: "ormponder-testnets"

- uses: bervProject/[email protected]
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
service: "ormponder-mainnets"

0 comments on commit 2678dde

Please sign in to comment.