Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 10, 2024
1 parent 379356f commit d829187
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@ jobs:
restore-keys: |
${{ runner.os }}-node-modules-
- name: Install dependencies
- name: [driver] Install dependencies
run: bun install --frozen-lockfile
working-directory: packages/driver

- name: Build
- name: [driver] Build
run: bun run build
working-directory: packages/driver

- name: Install dependencies
- name: [web] Install dependencies
run: bun install --frozen-lockfile
working-directory: packages/web

- name: Build
- name: [web] Build
run: bun run build
working-directory: packages/web

- name: Deploy
# if: ${{ steps.release-please.outputs.release_created }}
if: ${{ steps.release-please.outputs.release_created }}
run: bun run deploy
working-directory: packages/web
env:
Expand Down

0 comments on commit d829187

Please sign in to comment.