Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 10, 2024
1 parent 9e94ab6 commit e2dbb2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
with:
path: |
packages/app/.output/**/*
packages/app/.output/server/package.json
name: ${{env.APP_ARTIFACT_NAME}}
include-hidden-files: true
retention-days: 1
Expand Down Expand Up @@ -77,4 +75,5 @@ jobs:
- name: Deploy app to Railway
run: |
cd artifacts/app
ls
RAILWAY_TOKEN=${{ secrets.RAILWAY_DEPLOY_TOKEN }} pnpm railway up -s pipelineui-server -e ${{env.RAILWAY_ENVIRONMENT}}
4 changes: 2 additions & 2 deletions packages/app/nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
providers = ["node"]

[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare [email protected] --activate", "pnpm install"]
cmds = ["npm install --prefix ./server"]

[phases.build]
cmds = ["ls"]
cmds = ["ls"]

0 comments on commit e2dbb2c

Please sign in to comment.