Skip to content

Deployment

Deployment #2112

Workflow file for this run

name: Deployment
on:
workflow_run:
workflows: [Rails]
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: octokit/[email protected]
with:
route: POST /repos/richardboehme/lexorank-demo-deployment/deployments
ref: main
required_contexts: "[]"
env:
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_TOKEN }}