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 ffb33c9 commit 0340639
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
pnpm --filter @pipelineui/app build
cp packages/app/nixpacks.toml packages/app/.output
- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: |
packages/app/.output
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions packages/app/nixpacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ providers = ["node"]

[phases.install]
# Noop command
cmds = ["mv server/vendor server/node_modules"]
cmds = [":"]

[phases.build]
# Noop command
cmds = [":"]
cmds = ["mv server/vendor server/node_modules"]

0 comments on commit 0340639

Please sign in to comment.