Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 30, 2024
1 parent 68499de commit 14c3048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_PRD }}
service: "apollo-prd"
service: apollo-prd
path: apollo

- name: Deploy apollo-stg
uses: fewensa/railway-deploy@main
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_STG }}
service: "apollo-stg"
service: apollo-stg
path: apollo

0 comments on commit 14c3048

Please sign in to comment.