Skip to content

Meta: Post migration updates #15

Meta: Post migration updates

Meta: Post migration updates #15

Workflow file for this run

name: Bot Deployment
#on:
# push:
# branches:
# - master
on: pull_request
jobs:
deploy:

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Bot Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: Deploy to Production
runs-on: ubuntu-latest
needs:
- CI
steps:
- uses: actions/checkout@v4
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.DEPLOY_WEBHOOK_URL }}
webhook_secret: ${{ secrets.DEPLOY_WEBHOOK_SECRET }}