Skip to content

Manual deploy

Manual deploy #185

Workflow file for this run

name: 'Manual deploy'
on: workflow_dispatch
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Deploy to Production
uses: amondnet/vercel-action@v20
id: deploy-vercel-production
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
scope: ${{ secrets.VERCEL_ORG_ID }}