Update main.yml
This commit is contained in:
parent
b587674651
commit
96342f9cf8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -6,14 +6,14 @@ name: Web Build
|
|||
jobs:
|
||||
build:
|
||||
name: Build the web
|
||||
runs-on: web
|
||||
runs-on: web-self-hosted
|
||||
steps:
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- run: bun install
|
||||
- run: bun run build
|
||||
copy:
|
||||
name: Copy files
|
||||
runs-on: web
|
||||
runs-on: web-self-hosted
|
||||
steps:
|
||||
- run: rm -rf /var/static/imnya.ng
|
||||
- run: cp -r dist /var/static/imnya.ng
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue