Skip to content

Commit

Permalink
fixup! fixup! fixup! Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Nov 7, 2024
1 parent 37fbff4 commit c45c2c8
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 55 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dev-deploy-dashboard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# This is a basic workflow to help you get started with Actions

name: Deploy DEV DASHBOARD

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -17,6 +12,9 @@ on:
- 'apps/web/**'
- 'apps/dashboard/**'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test_dashboard:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/dev-deploy-embed.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# This is a basic workflow to help you get started with Actions

name: Deploy DEV EMBED

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -16,6 +11,9 @@ on:
paths:
- 'libs/embed/**'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# 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"
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/dev-deploy-web.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# This is a basic workflow to help you get started with Actions

name: Deploy DEV WEB

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -17,6 +12,9 @@ on:
- 'apps/web/**'
- 'packages/shared/**'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test_web:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-deploy-webhook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy DEV WEBHOOK

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -18,6 +15,9 @@ on:
- 'libs/dal/**'
- 'packages/shared/**'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_webhook:
uses: ./.github/workflows/reusable-webhook-e2e.yml
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/dev-deploy-widget.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# This is a basic workflow to help you get started with Actions

name: Deploy DEV Widget

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -18,6 +13,9 @@ on:
- 'apps/ws/**'
- 'packages/shared/**'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test_widget:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/dev-deploy-worker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy DEV Worker

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -21,8 +18,10 @@ on:
- 'libs/application-generic/**'
- 'packages/stateless/**'
- 'packages/node/**'

env:
TF_WORKSPACE: novu-dev
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_worker:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/dev-deploy-ws.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy DEV WS

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -15,6 +12,7 @@ on:
- 'apps/ws/**'
env:
TF_WORKSPACE: novu-dev
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_ws:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/prod-deploy-embed.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# This is a basic workflow to help you get started with Actions

name: Deploy PROD EMBED

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy_embed_eu:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-inbound-mail.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD Inbound Mail

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_inbound_mail:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-web-component.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy PROD Notification Center Web Component

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
build:
uses: ./.github/workflows/reusable-notification-center.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-web.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD WEB

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy_web_eu:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-webhook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD WEBHOOK

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
publish_docker_image_webhook:
uses: ./.github/workflows/reusable-docker.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-widget.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD Widget

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_widget:
uses: ./.github/workflows/reusable-widget-e2e.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-worker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD Worker

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
build_prod_image:
# The type of runner that the job will run on
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy-ws.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Deploy PROD WS

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
# This workflow contains a single job called "build"
build_prod_image:
Expand Down

0 comments on commit c45c2c8

Please sign in to comment.