Skip to content

Commit

Permalink
recovery branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVOiceover committed Aug 7, 2024
1 parent f86dd46 commit 6a923b3
Show file tree
Hide file tree
Showing 9 changed files with 614 additions and 614 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/deployVercel.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Deploy to Vercel

on:
push:
branches: ['main']

jobs:
deploy:
environment: 'Production'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # or whatever version you're using.

- name: Install dependencies
run: npm ci

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

on:
push:
branches: ['main']

jobs:
deploy:
environment: 'Production'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # or whatever version you're using.

- name: Install dependencies
run: npm ci

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

0 comments on commit 6a923b3

Please sign in to comment.