Skip to content

update workflow trigger #4

update workflow trigger

update workflow trigger #4

Workflow file for this run

name: Deploy Production Backend
on:
pull_request:
push:
branches:
- green
jobs:
integrate:
uses: ./github/workflows/integrate.yml

Check failure on line 10 in .github/workflows/deploy-green.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-green.yml

Invalid workflow file

invalid value workflow reference: no version specified
build-image:
needs: integrate
uses: ./.github/workflows/build-and-push-docker.yml
secrets: inherit
deploy-image:
needs: build-image
uses: ./.github/workflows/deploy-image.yml
with:
deployment: kubernetes/greenDeployment.yml
service: kubernetes/greenService.yml
ingress: kubernetes/ingress.yml
secrets: inherit