Skip to content

Bump github/codeql-action from 3.29.3 to 3.29.4 (#23) #56

Bump github/codeql-action from 3.29.3 to 3.29.4 (#23)

Bump github/codeql-action from 3.29.3 to 3.29.4 (#23) #56

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
branches:
- main
permissions: read-all
jobs:
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'
deploy_to_prod1:
name: Deploy to prod 1
uses: ./.github/workflows/helm_deploy.yaml
with:
environment: prod1
secrets: inherit
needs: deploy_to_dev3
if: github.ref == 'refs/heads/main'
deploy_to_prod2:
name: Deploy to prod 2
uses: ./.github/workflows/helm_deploy.yaml
with:
environment: prod2
secrets: inherit
needs: deploy_to_dev3
if: github.ref == 'refs/heads/main'