Skip to content

Commit

Permalink
Try railway action (#46)
Browse files Browse the repository at this point in the history
* Try railway action

* Test

* Test

* Update railway action
  • Loading branch information
fewensa authored May 30, 2024
1 parent 6d358d8 commit b22041b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- uses: actions/checkout@v2

- name: Deploy ormponder-mainnets
uses: bervProject/railway-deploy@0.1.2-beta
uses: fewensa/railway-deploy@main
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_PRD }}
service: "ormponder-mainnets"

- name: Deploy ormponder-testnets
uses: bervProject/railway-deploy@0.1.2-beta
uses: fewensa/railway-deploy@main
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_STG }}
Expand Down

0 comments on commit b22041b

Please sign in to comment.