This commit is contained in:
parent
f7f41783eb
commit
296b43598f
1 changed files with 6 additions and 1 deletions
|
|
@ -7,13 +7,18 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: aio
|
||||
runs-on: debian
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://git.proxy.satr14.my.id
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 'latest'
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue