Skip to content

Commit

Permalink
prod build (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmosfearful committed Nov 14, 2023
1 parent 0f57c6c commit 44062d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_carbonmark_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: |
url="$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})"
url="$(vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }})"
vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_TEAM_ID }} set "$url" ${{env.RELEASE_VERSION}}.api.carbonmark.com
- name: Get previous tag
Expand Down

1 comment on commit 44062d1

@vercel
Copy link

@vercel vercel bot commented on 44062d1 Nov 14, 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:

demo-integration – ./examples/nextjs-typescript-integration

klimadao-sable.vercel.app
demo-integration-git-staging-klimadao.vercel.app
demo-integration-klimadao.vercel.app
integration-demo.carbonmark.com

Please sign in to comment.