Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed May 29, 2024
1 parent 2678dde commit 6f584d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ jobs:
steps:
- uses: actions/checkout@v2

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

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

0 comments on commit 6f584d6

Please sign in to comment.