Skip to content

Commit

Permalink
Revert "chore(CI): deactivate netlify"
Browse files Browse the repository at this point in the history
This reverts commit 7b62a8a.
  • Loading branch information
jmfrancois committed May 15, 2023
1 parent 7b62a8a commit b8891b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}

# - name: Deploy to Netlify production
# if: github.ref == 'refs/heads/master'
# uses: netlify/actions/cli@master
# with:
# args: deploy --prod --dir=packages/storybook/storybook-static
# env:
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: Deploy to Netlify production
if: github.ref == 'refs/heads/master'
uses: netlify/actions/cli@master
with:
args: deploy --prod --dir=packages/storybook/storybook-static
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}


- name: deploy if PR
Expand Down

0 comments on commit b8891b2

Please sign in to comment.