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