Skip to content

Deploy CI

Deploy CI #4

Workflow file for this run

name: Deploy CI
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
GITHUB_TOKEN: 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
VERCEL_TOKEN: waYwhqpPAAq6beUSL91vZbEj
VERCEL_ORG_ID: FxCGMDj10v3PkYbVZnlhEvZy
VERCEL_PROJECT_ID: prj_EXDXIQfJINBojIiAG1fMz9PZwLAx