Skip to content

Commit 0718030

Browse files
committed
Add missing bun setup
1 parent 752f3b9 commit 0718030

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-ducksmanager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
environment: production
1717
steps:
18+
- uses: oven-sh/setup-bun@v1
1819
- name: Check out repository
1920
uses: actions/checkout@master
2021
with:

.github/workflows/deploy-edgecreator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: production
1212
steps:
13+
- uses: oven-sh/setup-bun@v1
1314
- name: Check out repository
1415
uses: actions/checkout@master
1516

apps/edgecreator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM pnpm AS build
77
WORKDIR /app
88
COPY . ./
99
RUN pnpm i -r -F ~edgecreator... -r -F ~edgecreator-api...
10-
RUN pnpm build -r -F ~edgecreator... -r -F ~edgecreator-api...
10+
RUN pnpm build:edgecreator
1111

1212
FROM nginx AS app
1313
LABEL org.opencontainers.image.authors="Bruno Perel"

0 commit comments

Comments
 (0)