chore: fix broken netlify ci
This commit is contained in:
parent
1ac9511c2a
commit
a75e755ebd
2 changed files with 2 additions and 6 deletions
4
.github/workflows/deploy-netlify.yml
vendored
4
.github/workflows/deploy-netlify.yml
vendored
|
|
@ -26,9 +26,7 @@ jobs:
|
|||
|
||||
# Deploy the production site with netlify-cli
|
||||
- name: Deploy to Netlify (production)
|
||||
uses: netlify/actions/cli@master
|
||||
run: npx netlify-cli deploy --dir=packages/hoppscotch-app/dist --prod
|
||||
env:
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_PRODUCTION_SITE_ID }}
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
with:
|
||||
args: deploy --dir=packages/hoppscotch-app/dist --prod
|
||||
|
|
|
|||
4
.github/workflows/deploy-staging-netlify.yml
vendored
4
.github/workflows/deploy-staging-netlify.yml
vendored
|
|
@ -37,9 +37,7 @@ jobs:
|
|||
|
||||
# Deploy the staging site with netlify-cli
|
||||
- name: Deploy to Netlify (staging)
|
||||
uses: netlify/actions/cli@master
|
||||
run: npx netlify-cli deploy --dir=packages/hoppscotch-app/dist --prod
|
||||
env:
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_STAGING_SITE_ID }}
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
with:
|
||||
args: deploy --dir=packages/hoppscotch-app/dist --prod
|
||||
|
|
|
|||
Loading…
Reference in a new issue