Skip to content

Commit

Permalink
Try to use npm to install railway/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Oct 21, 2023
1 parent 1468c96 commit 65e3543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: bun install

- name: Install Railway
run: bun install --global @railway/cli
run: npm i -g @railway/cli

- name: Deploy
run: railway up --service ${{ secrets.RAILWAY_FRONTEND_SERVICE_ID }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: bun install

- name: Install Railway
run: bun install --global @railway/cli
run: npm i -g @railway/cli

- name: Deploy
run: railway up --service ${{ secrets.RAILWAY_BACKEND_SERVICE_ID }}
Expand Down

0 comments on commit 65e3543

Please sign in to comment.