Skip to content

github action to deploy client to netlify #1

github action to deploy client to netlify

github action to deploy client to netlify #1

Workflow file for this run

name: Deploy Client
on:
push:
branches: [main]
jobs:
deploy:
name: "Deploy to Netlify"

Check failure on line 9 in .github/workflows/deploy-client.yml

View workflow run for this annotation

GitHub Actions / Deploy Client

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-client.yml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- uses: jsmrcaga/[email protected]
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_DEPLOY_TO_PROD: true