Skip to content

Commit

Permalink
feat: add vercel cli
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 22, 2023
1 parent 36ecafb commit 190538c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/build.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ defaults:
# change this if your nextjs app does not live at the root of the repo
working-directory: ./

env:
VERCEL_ORG_ID: innei
VERCEL_PROJECT_ID: springtide

jobs:
analyze:
runs-on: ubuntu-latest
Expand All @@ -34,6 +38,11 @@ jobs:
version: 8
run_install: true

- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

- name: Restore next build
uses: actions/cache@v3
id: restore-build-cache
Expand Down

1 comment on commit 190538c

@vercel
Copy link

@vercel vercel bot commented on 190538c Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide.vercel.app
springtide-git-main-innei.vercel.app
innei.in
springtide-innei.vercel.app

Please sign in to comment.