Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJ104 committed Jul 13, 2024
2 parents efdcf86 + 5987d5e commit 2252aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
-n ${{ vars.VERCEL_PROJECT }}
--yes
--prod
--env NEXT_PUBLIC_CMS_URL=${{ vars.CMS_BASE_URL }}
--env CMS_BASE_URL=${{ vars.CMS_BASE_URL }}
--env CMS_API_KEY=${{ secrets.CMS_API_KEY }}
--build-env NEXT_PUBLIC_CMS_URL=${{ vars.CMS_BASE_URL }}
--build-env CMS_BASE_URL=${{ vars.CMS_BASE_URL }}
--build-env CMS_API_KEY=${{ secrets.CMS_API_KEY }}
- name: Success
Expand Down

0 comments on commit 2252aba

Please sign in to comment.