Skip to content

Commit

Permalink
chore(ci): fixed the widget and embed pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Dec 20, 2023
1 parent 64ca334 commit c593311
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/prod-deploy-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
netlify_site_id: 0c830b50-df83-480b-ba36-a7f3176efcc8
secrets: inherit

deploy_embed_us:
uses: ./.github/workflows/reusable-embed-deploy.yml
with:
environment: Production
widget_url: https://widget.novu.co
netlify_deploy_message: Production deployment
netlify_alias: prod
netlify_gh_env: Production
netlify_site_id: 0689c015-fca0-4940-a26d-3e33f561bc48
secrets: inherit
deploy_embed_us:
uses: ./.github/workflows/reusable-embed-deploy.yml
with:
environment: Production
widget_url: https://widget.novu.co
netlify_deploy_message: Production deployment
netlify_alias: prod
netlify_gh_env: Production
netlify_site_id: 0689c015-fca0-4940-a26d-3e33f561bc48
secrets: inherit

publish_docker_image_embed:
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
netlify_site_id: 20a64bdd-1934-4284-875f-862410c69a3b
secrets: inherit

deploy_widget_us:
deploy_widget_us:
needs:
- test_widget
- deploy_widget_eu
Expand Down

0 comments on commit c593311

Please sign in to comment.