Compare commits
	
		
			1 Commits
		
	
	
		
			v0.0.36
			...
			43f50ec207
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 43f50ec207 | 
| @@ -21,3 +21,4 @@ jobs: | ||||
|       environment: prod | ||||
|     secrets: | ||||
|       PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }} | ||||
|     needs: build-and-push | ||||
|   | ||||
| @@ -17,9 +17,10 @@ jobs: | ||||
|       PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }} | ||||
|    | ||||
|   deploy-prod: | ||||
|     name: Deploy to production | ||||
|     name: Deploy to staging | ||||
|     uses: ./.gitea/workflows/workflow_deploy-container.yaml | ||||
|     with: | ||||
|       environment: stg | ||||
|     secrets: | ||||
|       PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }} | ||||
|     needs: build-and-push | ||||
|   | ||||
		Reference in New Issue
	
	Block a user