Skip to content

Commit

Permalink
fix: add service
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjagod1251 committed Nov 14, 2024
1 parent 58188da commit ce63629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Deploy to Railway
run: |
railway up --service ${{ secrets.RAILWAY_SERVICE_NAME }}
railway up --service b54b1497-e63d-4612-94d9-f2e1c781755e
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploy to Railway
run: |
railway up \
--service ${{ secrets.RAILWAY_LANDING_SERVICE }} \
--service b54b1497-e63d-4612-94d9-f2e1c781755e \
--detach
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
Expand Down

0 comments on commit ce63629

Please sign in to comment.