Skip to content

Commit

Permalink
chore(workflows): update preview urls in deploy workflows (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch authored May 3, 2024
1 parent 6fdefa4 commit 0613fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: ${{ steps.build.outputs.id }}
netlify_auth_token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
netlify_site_id: ${{ secrets.NETLIFY_SITE_ID }}
netlify_site_url: swisspost-web-frontend.netlify.app
netlify_site_url: swisspost-web-frontend-archive.netlify.app
folder: ${{ steps.build.outputs.folder }}
package_name: '@swisspost/design-system-demo'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: ${{ steps.build.outputs.id }}
netlify_auth_token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
netlify_site_id: ${{ secrets.NEXT_NETLIFY_SITE_ID }}
netlify_site_url: swisspost-design-system-next.netlify.app
netlify_site_url: swisspost-design-system.netlify.app
folder: ${{ steps.build.outputs.folder }}
package_name: '@swisspost/design-system-documentation'

Expand Down

0 comments on commit 0613fce

Please sign in to comment.