From 8f88da07832f852959955582de048a3b1be0467d Mon Sep 17 00:00:00 2001 From: Phung Huu Thanh <102614541+phuuthanh2003@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:43:38 +0700 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0363496..c5236b5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,6 +80,6 @@ jobs: run: npm i -g @railway/cli - name: Deploy - run: railway up --service overflowing-joy + run: railway up --service web env: - RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} \ No newline at end of file + RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}