Skip to content

🩹 Disable updates via websocket #141

🩹 Disable updates via websocket

🩹 Disable updates via websocket #141

Workflow file for this run

name: Deploy
on:
push:
paths-ignore:
- 'README.md'
- '.gitignore'
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Publish to Vercel
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Publish
uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-args: '--prod'
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
github-comment: false