Commonize builds, add staging build
All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
This commit is contained in:
10
.gitea/workflows/build-production.yaml
Normal file
10
.gitea/workflows/build-production.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Build and Test Production
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build_test_deploy:
|
||||
uses: ./.gitea/workflows/build-common.yaml
|
||||
with:
|
||||
build_environment: production
|
||||
Reference in New Issue
Block a user