Skip to content

consolidate deploy

consolidate deploy #19

Workflow file for this run

name: Deploy
on:
push:
branches: [ master, james/test ]
permissions: read-all
deploy_to_dev3:
name: Deploy to dev 3
uses: ./.github/workflows/helm_deploy.yaml
with:
environment: dev3
secrets: inherit
#if: github.ref == 'refs/heads/main'

Check failure on line 16 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
deploy_to_prod1:
name: Deploy to prod 1
uses: ./.github/workflows/helm_deploy.yaml
with:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/main'