Skip to content

Commit

Permalink
fix: netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Sep 12, 2023
1 parent c25ca03 commit e182dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Deploy to netlify
uses: netlify/actions/cli@master
with:
args: deploy --dir=dist/apps/web-app --prod
args: deploy --dir=dist/apps/web-app --prod --site=ss-search --filter=dist/apps/web-app
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit e182dd1

Please sign in to comment.