Skip to content

lint

lint #49

Workflow file for this run

name: Deploy Environments
permissions: read-all
on:
push:
branches:
- master
- james/init
workflow_dispatch:
branches:
- master
jobs:
deploy_prod2:
name: Deploy prod2
uses: ./.github/workflows/deploy_syslog.yaml
with:
environment: prod2
secrets: inherit
#if: github.ref == 'refs/heads/master'
deploy_prod3:
name: Deploy prod3
uses: ./.github/workflows/deploy_syslog.yaml
with:
environment: prod3
secrets: inherit
needs: deploy_prod2
#if: github.ref == 'refs/heads/master'