Skip to content

feat: release to prod (#143) #7

feat: release to prod (#143)

feat: release to prod (#143) #7

Workflow file for this run

name: Continuous Delivery (nightly.fluvio.io)
on:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
deploy:

Check failure on line 13 in .github/workflows/cd-nightly.yml

View workflow run for this annotation

GitHub Actions / Continuous Delivery (nightly.fluvio.io)

Invalid workflow file

The workflow is not valid. .github/workflows/cd-nightly.yml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
name: Deploy
needs: release
uses: ./.github/workflows/deploy.yml
permissions:
contents: write
deployments: write
id-token: write
secrets:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
project_name: fluvio-docs-nightly