Skip to content

Commit

Permalink
Update staging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJ104 authored Jul 14, 2024
1 parent 23092e6 commit 4ef0d3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
-n ${{ vars.VERCEL_PROJECT }}
--yes
--prod
--debug
--env CMS_BASE_URL=${{ vars.CMS_BASE_URL }}
--env CMS_API_KEY=${{ secrets.CMS_API_KEY }}
--build-env CMS_BASE_URL=${{ vars.CMS_BASE_URL }}
--build-env CMS_API_KEY=${{ secrets.CMS_API_KEY }}
--build-env CMS_API_KEY=${{ secrets.CMS_API_KEY }} | tee vercel_output.txt
- name: Debug
run: vercel logs paulhom-staging-pysq4rbdd-paul-homs-projects.vercel.app --token ${{ secrets.VERCEL_TOKEN }}

- name: Success
run: echo "🛠️ Deploy successful 🛠️"

0 comments on commit 4ef0d3b

Please sign in to comment.