Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 20, 2024
1 parent 9d2b649 commit f056c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: packages/app/.output
run: |
pnpm i -g @railway/cli
pnpm railway link --environment production $RAILWAY_API_PROJECT_ID
pnpm railway link --environment production ${{RAILWAY_API_PROJECT_ID}}
pnpm railway up -s pipelineui-server
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
Expand Down

0 comments on commit f056c48

Please sign in to comment.