Skip to content

Commit

Permalink
ci: 💚 add service name for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
agomezjuan committed Mar 24, 2024
1 parent e35afc5 commit ccfebae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Railway
run: bash <(curl -fsSL cli.new)

- name: Deploy
run: railway up
- name: Deploy to Railway
run: railway up --service ${{ secrets.RAILWAY_SERVICE }}
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}

0 comments on commit ccfebae

Please sign in to comment.