Skip to content

Commit

Permalink
Prevent netlify cli from pulling env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Jan 5, 2024
1 parent ce13e0a commit 2225901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm install netlify-cli -g

- name: Build using Netlify
run: netlify build --context deploy-preview
run: netlify build --context deploy-preview --offline
env:
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npm install netlify-cli -g

- name: Build using Netlify
run: netlify build --context deploy-preview
run: netlify build --context deploy-preview --offline
working-directory: site/gatsby-site
env:
INSTRUMENT: true
Expand Down

0 comments on commit 2225901

Please sign in to comment.