Skip to content

Deploy

Deploy #4

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
workflow_run:
workflows: [ "Build dispatcher module", "Build node module" ]
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Deploy Application
run: echo "Deploying the application"