Skip to content

Commit

Permalink
fix(workflows): demo release workflow (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch authored Jul 19, 2024
1 parent c623077 commit 07d782c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
id: netlify
if: steps.check.outputs.changed == 'true'
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
run: |
netlify link --id $NETLIFY_SITE_ID
netlify deploy --build false --dir packages/demo/dist/demo --prod
netlify link --filter @swisspost/design-system-demo --id $NETLIFY_SITE_ID
netlify deploy --filter @swisspost/design-system-demo --build false --dir packages/demo/dist/demo --prod

0 comments on commit 07d782c

Please sign in to comment.