Skip to content

ci: Review GHA pipeline #1786

ci: Review GHA pipeline

ci: Review GHA pipeline #1786

name: dev-n-ffprod-deploys
on:
push:
branches: main
pull_request:
# paths:
# - '.github/workflows/main-branch-deploys.yml'
# For FF and dev environments deploy only webApp, no functions
jobs:
development:
if: github.ref == 'refs/heads/main'
name: deploy-development
uses: ./.github/workflows/centrifuge-app.yml

Check failure on line 13 in .github/workflows/dev-n-ffprod-deploys.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev-n-ffprod-deploys.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dev-n-ffprod-deploys.yml" -> "./.github/workflows/centrifuge-app.yml" : You have an error in your yaml syntax on line 40
secrets: inherit
with:
deploy_env: development
ff-prod:
name: deploy-ff-prod
uses: ./.github/workflows/centrifuge-app.yml
secrets: inherit
with:
deploy_env: 'ff-prod'