Skip to content

Deploy CI

Deploy CI #10

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]')"
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: waYwhqpPAAq6beUSL91vZbEj
VERCEL_ORG_ID: FxCGMDj10v3PkYbVZnlhEvZy
VERCEL_PROJECT_ID: prj_EXDXIQfJINBojIiAG1fMz9PZwLAx