Skip to content

Commit

Permalink
Merge pull request #50 from dojoengine/hot-fix
Browse files Browse the repository at this point in the history
add big red button
  • Loading branch information
ponderingdemocritus authored Sep 4, 2024
2 parents 5e873dd + 85c05a6 commit cee30f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy to Vercel

on:
workflow_dispatch:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Deploy to Vercel
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
run: npx vercel --token ${VERCEL_TOKEN} --prod

0 comments on commit cee30f4

Please sign in to comment.