added pipeline
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: flmorg/universal-workflows/.github/workflows/dotnet.build.app.yml@main
|
||||||
|
with:
|
||||||
|
dockerRepository: flaminel/cleanuperr
|
||||||
|
githubContext: ${{ toJSON(github) }}
|
||||||
|
secrets: inherit
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
uses: flmorg/universal-workflows/.github/workflows/chart.install.yml@main
|
||||||
|
with:
|
||||||
|
githubContext: ${{ toJSON(github) }}
|
||||||
|
chartRepo: oci://ghcr.io/flmorg
|
||||||
|
chartName: universal-chart
|
||||||
|
version: ^1.0.0
|
||||||
|
valuesPath: chart/values.yaml
|
||||||
|
releaseName: main
|
||||||
|
secrets: inherit
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'code/**'
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: flmorg/orchestrator/.github/workflows/build.yml@main
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
# deploy:
|
||||||
|
# needs: [ build ]
|
||||||
|
# uses: flmorg/orchestrator/.github/workflows/deploy.yml@main
|
||||||
|
# secrets: inherit
|
||||||
Reference in New Issue
Block a user