Merge branch 'dev' into test
# Conflicts: # .gitea/workflows/ci.yaml
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-deploy-dev:
|
build-and-deploy-dev:
|
||||||
if: github.ref_name == 'test'
|
if: github.ref_name == 'test'
|
||||||
runs-on: docker
|
runs-on: gitea_act_runner
|
||||||
container:
|
container:
|
||||||
image: node:24-alpine
|
image: node:24-alpine
|
||||||
steps:
|
steps:
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
build-and-deploy-prod:
|
build-and-deploy-prod:
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
runs-on: docker
|
runs-on: gitea_act_runner
|
||||||
container:
|
container:
|
||||||
image: node:24-alpine
|
image: node:24-alpine
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user