Files
caperren-com/.gitea/workflows/build-production.yaml
Corwin Perren cb2c9dece3
All checks were successful
Build and Test Staging / determine_version (pull_request) Successful in 7s
Build and Test Staging / build_and_push (pull_request) Successful in 6s
Build and Test Staging / deploy_production (pull_request) Successful in 6s
Build and Test Staging / test (pull_request) Successful in 5s
Add manual jobs from common
2025-07-09 02:32:18 -07:00

19 lines
376 B
YAML

name: Build and Test Production
on:
push:
branches: [main]
jobs:
determine_version:
uses: ./.gitea/workflows/build-common.yaml
with:
build_environment: production
build_and_push:
uses: ./.gitea/workflows/build-common.yaml
test:
uses: ./.gitea/workflows/build-common.yaml
deploy_production:
uses: ./.gitea/workflows/build-common.yaml