From ed0bfb838ae15e3048aeb0256aeee04ff716927b Mon Sep 17 00:00:00 2001 From: Gustavo Steinmetz <48111506+gustavostz@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:31:31 -0300 Subject: [PATCH] Update restart-daily.yml --- .github/workflows/restart-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restart-daily.yml b/.github/workflows/restart-daily.yml index 83933a8..d6c1e21 100644 --- a/.github/workflows/restart-daily.yml +++ b/.github/workflows/restart-daily.yml @@ -26,6 +26,6 @@ jobs: run: npm i -g @railway/cli - name: Deploy - run: railway up + run: railway up --service kindle-flashcards env: RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}