Skip to content

🔧 Add devcontainer file #53

🔧 Add devcontainer file

🔧 Add devcontainer file #53

Workflow file for this run

name: 'Deploy (Production)'
on:
workflow_dispatch: # manual trigger
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npx vercel --prod --token ${{ env.VERCEL_TOKEN }} >> $GITHUB_STEP_SUMMARY