Skip to content

Commit

Permalink
chore: echo VITE_AT_INTERNET_SITE_ID pour débug
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Dec 12, 2024
1 parent 851b492 commit f36e20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
CRISP_API_IDENTIFIER: ${{ secrets.CRISP_API_IDENTIFIER }}
CRISP_API_KEY: ${{ secrets.CRISP_API_KEY }}
CRISP_WEBSITE_ID: ${{ secrets.CRISP_WEBSITE_ID }}
- echo: ${{ vars.VITE_AT_INTERNET_SITE_ID }}
- name: Build app
run: yarn workspace site build
env:
Expand Down Expand Up @@ -185,6 +186,7 @@ jobs:
with:
name: static-storybook
path: dist/dev/storybook
- echo: ${{ vars.VITE_AT_INTERNET_SITE_ID }}
- id: deploy-netlify
uses: nwtgck/actions-netlify@v2
with:
Expand Down

0 comments on commit f36e20f

Please sign in to comment.