mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-11 20:35:39 +02:00
remove builds we dont need
This commit is contained in:
parent
79a94f51fc
commit
f2fb9a7a44
2 changed files with 0 additions and 56 deletions
29
.github/workflows/client-build.yml
vendored
29
.github/workflows/client-build.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
name: Client Build
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: "recursive"
|
||||
shallow-submodules: true
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "22"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
working-directory: ./client
|
||||
|
||||
- name: Build Next.js App
|
||||
run: npm run build
|
||||
working-directory: ./client
|
27
.github/workflows/server-build.yml
vendored
27
.github/workflows/server-build.yml
vendored
|
@ -1,27 +0,0 @@
|
|||
name: Backend Build
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "22"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
working-directory: ./server
|
||||
|
||||
- name: Build backend server
|
||||
run: npm run build
|
||||
working-directory: ./server
|
Loading…
Add table
Add a link
Reference in a new issue