Compare commits
	
		
			1 Commits
		
	
	
		
			v0.1.0
			...
			0fc5a68579
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0fc5a68579 | 
@@ -18,6 +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:
 | 
				
			||||||
      environment: prod
 | 
					      overlay: prod
 | 
				
			||||||
    secrets:
 | 
					    secrets:
 | 
				
			||||||
      PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
 | 
					      PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
 | 
				
			||||||
 | 
					    needs: build-and-push
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,9 +17,10 @@ jobs:
 | 
				
			|||||||
      PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }}
 | 
					      PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }}
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  deploy-prod:
 | 
					  deploy-prod:
 | 
				
			||||||
    name: Deploy to production
 | 
					    name: Deploy to staging
 | 
				
			||||||
    uses: ./.gitea/workflows/workflow_deploy-container.yaml
 | 
					    uses: ./.gitea/workflows/workflow_deploy-container.yaml
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      environment: stg
 | 
					      overlay: stg
 | 
				
			||||||
    secrets:
 | 
					    secrets:
 | 
				
			||||||
      PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
 | 
					      PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
 | 
				
			||||||
 | 
					    needs: build-and-push
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,5 +34,5 @@ jobs:
 | 
				
			|||||||
      uses: docker/build-push-action@v5
 | 
					      uses: docker/build-push-action@v5
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        context: backend
 | 
					        context: backend
 | 
				
			||||||
        tags: git.kluster.moll.re/anydev/anyway-backend:${{intputs.tag}}
 | 
					        tags: git.kluster.moll.re/anydev/anyway-backend:${{ inputs.tag }}
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user