Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Million users activities #154

Million users activities

Million users activities #154

Workflow file for this run

name: Deploy to Vercel
on: [push, pull_request]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy
uses: amondnet/[email protected]
if: github.event_name == 'push'
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
working-directory: ./
github-comment: false