forked from novuhq/novu
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (38 loc) · 1.23 KB
/
dev-deploy-embed.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This is a basic workflow to help you get started with Actions
name: Deploy DEV EMBED
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches:
- next
- main
paths:
- 'libs/embed/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
deploy_embed:
if: "!contains(github.event.head_commit.message, 'ci skip')"
uses: ./.github/workflows/reusable-embed-deploy.yml
with:
environment: Development
widget_url: https://dev.widget.novu.co
netlify_deploy_message: Dev deployment
netlify_alias: dev
netlify_gh_env: development
netlify_site_id: 22682666-3a8d-40be-af26-017bfadf5ae9
secrets: inherit
publish_docker_image_embed:
needs: deploy_embed
if: "!contains(github.event.head_commit.message, 'ci skip')"
uses: ./.github/workflows/reusable-docker.yml
with:
environment: Development
package_name: novu/embed
project_path: libs/embed
local_tag: novu-embed
env_tag: dev
depot_project_id: f88777ff6m
secrets: inherit