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 | ||||||
|   | |||||||
| @@ -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:${{ inputs.tag }} |         tags: git.kluster.moll.re/anydev/anyway-backend:${{inputs.tag}} | ||||||
|         push: true |         push: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user