From ce6362936078c4bd2f3a761a5f9ebc36c85578fc Mon Sep 17 00:00:00 2001 From: "15219900+Ninjagod1251@users.noreply.github.com" <15219900+Ninjagod1251@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:15:32 -0800 Subject: [PATCH] fix: add service --- .github/workflows/backend-deploy.yml | 2 +- .github/workflows/landing-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-deploy.yml b/.github/workflows/backend-deploy.yml index b153878..6c532f3 100644 --- a/.github/workflows/backend-deploy.yml +++ b/.github/workflows/backend-deploy.yml @@ -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 }} diff --git a/.github/workflows/landing-deploy.yml b/.github/workflows/landing-deploy.yml index e7dd86b..d9d4e74 100644 --- a/.github/workflows/landing-deploy.yml +++ b/.github/workflows/landing-deploy.yml @@ -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 }}