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

✏️ Update old URLs #16

✏️ Update old URLs

✏️ Update old URLs #16

Workflow file for this run

name: deploy live website
on:
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