Skip to content

pin hashes (#4)

pin hashes (#4) #62

Workflow file for this run

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