fix: remove staging push from deploy-netlify workflow
This commit is contained in:
parent
ba468bb835
commit
4f539c9781
1 changed files with 0 additions and 9 deletions
9
.github/workflows/deploy-netlify.yml
vendored
9
.github/workflows/deploy-netlify.yml
vendored
|
|
@ -24,15 +24,6 @@ jobs:
|
|||
- name: Build Site
|
||||
run: pnpm run generate
|
||||
|
||||
# Deploy the staging site with netlify-cli
|
||||
- name: Deploy to Netlify (staging)
|
||||
uses: netlify/actions/cli@master
|
||||
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
|
||||
|
||||
# Deploy the production site with netlify-cli
|
||||
- name: Deploy to Netlify (production)
|
||||
uses: netlify/actions/cli@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue