Compare commits
1 Commits
0fc5a68579
...
ed50eba483
Author | SHA1 | Date | |
---|---|---|---|
ed50eba483 |
@ -18,7 +18,7 @@ jobs:
|
|||||||
name: Deploy to production
|
name: Deploy to production
|
||||||
uses: ./.gitea/workflows/workflow_deploy-container.yaml
|
uses: ./.gitea/workflows/workflow_deploy-container.yaml
|
||||||
with:
|
with:
|
||||||
overlay: prod
|
environment: prod
|
||||||
secrets:
|
secrets:
|
||||||
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
|
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
|||||||
name: Deploy to staging
|
name: Deploy to staging
|
||||||
uses: ./.gitea/workflows/workflow_deploy-container.yaml
|
uses: ./.gitea/workflows/workflow_deploy-container.yaml
|
||||||
with:
|
with:
|
||||||
overlay: stg
|
environment: stg
|
||||||
secrets:
|
secrets:
|
||||||
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
|
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user