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
|
||||
|
@ -34,5 +34,5 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: backend
|
||||
tags: git.kluster.moll.re/anydev/anyway-backend:${{ inputs.tag }}
|
||||
tags: git.kluster.moll.re/anydev/anyway-backend:${{inputs.tag}}
|
||||
push: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user