fix: remove staging push from deploy-netlify workflow

This commit is contained in:
Andrew Bastin
2022-06-07 01:00:45 +05:30
parent ba468bb835
commit 4f539c9781

View File

@@ -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