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 51f7a15 commit bd6c3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
VITE_GITHUB_REF: ${{ github.ref }}
VITE_GITHUB_HEAD_REF: ${{ github.head_ref }}
VITE_GITHUB_SHA: ${{ github.sha }}
- run: echo "$VITE_AT_INTERNET_SITE_ID"
- run: echo $VITE_AT_INTERNET_SITE_ID
- name: Build app SSR
run: |
yarn workspace site build:ssr
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1
- run: echo "$VITE_AT_INTERNET_SITE_ID"
- run: echo $VITE_AT_INTERNET_SITE_ID

post-comment:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bd6c3f3

Please sign in to comment.