mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Use npx for Netlify CLI deployment (#14191)
* Use npx for Netlify CLI deployment Replaced global installation of Netlify CLI with local installation using npx. * Update Netlify CLI installation method in workflow
This commit is contained in:
parent
c8168fa0e1
commit
ffb4e2ecbd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cloud-frontend.yml
vendored
2
.github/workflows/cloud-frontend.yml
vendored
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
|
||||
- name: 🚀 Deploy to Netlify
|
||||
run: |
|
||||
npm install -g netlify-cli
|
||||
npm install -g netlify-cli@17.10.1
|
||||
netlify deploy --prod --dir=frontend/build --auth=$NETLIFY_AUTH_TOKEN --site=${{ secrets.CLOUD_PROD_NETLIFY_SITE_ID }}
|
||||
working-directory: repo
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue