Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vmware-clarity/core into dtsanevmw/…
Browse files Browse the repository at this point in the history
…cde-1944
  • Loading branch information
dtsanevmw committed Apr 23, 2024
2 parents 1191a09 + 74e7a6f commit 35fb929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
run: npx netlify deploy --alias ${{steps.get_pr_event.outputs.pullRequestNumber}}
run: npx netlify deploy --filter core-ws --alias ${{steps.get_pr_event.outputs.pullRequestNumber}}
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
run: npx netlify deploy
run: npx netlify deploy --filter core-ws
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
run: npx netlify deploy $([[ $GITHUB_REF_NAME == "main" ]] && echo "--prod" || echo "--alias $GITHUB_REF_NAME")
run: npx netlify deploy --filter core-ws $([[ $GITHUB_REF_NAME == "main" ]] && echo "--prod" || echo "--alias $GITHUB_REF_NAME")

0 comments on commit 35fb929

Please sign in to comment.