This commit is contained in:
parent
b9f1b42725
commit
a9fc4989b8
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: docker
|
runs-on: debian-trixie
|
||||||
steps:
|
steps:
|
||||||
- name: Build friends-api binary
|
- name: Build friends-api binary
|
||||||
run: |
|
run: |
|
||||||
bun install --frozen-lockfile --production
|
/root/.bun/bin/bun install --frozen-lockfile --production
|
||||||
bun build ./index.js --compile --minify --outfile friends-api
|
/root/.bun/bin/bun build ./index.js --compile --minify --outfile friends-api
|
||||||
|
|
||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue