Skip to content

Deploy

Deploy #27

Workflow file for this run

name: Deploy
on:
workflow_run:
workflows: ["Docker"]
types:
- completed
jobs:
staging:
name: Deploy Staging

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

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 10, Col: 5): Required property is missing: runs-on
if: github.ref == 'refs/heads/master'
steps:
- uses: newarifrh/portainer-service-webhook@v1
with:
webhook_url: ${{ secrets.STAGING_DEPLOY_WEBHOOK }}