parent
346fd86016
commit
2ec9b2636b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: node-16
|
||||
runs-on: windows
|
||||
steps:
|
||||
- uses: http://github.com/actions/checkout@v4
|
||||
- uses: http://github.com/oven-sh/setup-bun@v1
|
||||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
apt-get -qq update
|
||||
apt-get -qq install rsync
|
||||
shell: bash
|
||||
- run: bun install
|
||||
- run: bun install
|
||||
- run: bun run prod
|
||||
- name: Install SSH Key
|
||||
uses: http://github.com/shimataro/ssh-key-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue