Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 31, 2024
1 parent 442b381 commit 4a3d40d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,9 @@ jobs:
- name: 📥 Monorepo install
uses: ./.github/actions/pnpm-install

- name: Build workflow parser
- name: Build core libraries
run: |
pnpm --filter @pipelineui/workflow-parser build
- name: Build language-server
run: |
pnpm --filter @pipelineui/workflow-languageserver build
- name: Build yaml editor
run: |
pnpm --filter @pipelineui/yaml-editor build
pnpm --filter @pipelineui/workflow-parser --filter @pipelineui/workflow-languageserver --filter @pipelineui/yaml-editor build
- name: Build app
run: |
Expand All @@ -38,7 +30,7 @@ jobs:
cp nixpacks.toml .output
cp .output/server/package.json .output
cd .output
pmpm railway environment ${{env.RAILWAY_ENV}}
pnpm railway environment ${{env.RAILWAY_ENV}}
RAILWAY_TOKEN=${{ secrets.RAILWAY_TOKEN }} pnpm railway up -s pipelineui-server
env:
RAILWAY_ENV: ${{(github.ref == 'refs/heads/main' && 'production') || (github.ref == 'refs/heads/appwrite' && 'appwrite' || null)}}

0 comments on commit 4a3d40d

Please sign in to comment.