fix: workflows naming conention

This commit is contained in:
Karol Sójko
2022-10-20 10:03:21 +02:00
parent 256f070700
commit 1eaaa31c4e
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: api-gateway
workspace_name: "@standardnotes/api-gateway"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: auth
workspace_name: "@standardnotes/auth"
@@ -207,7 +207,7 @@ jobs:
needs: [ build, test, lint, e2e ]
name: Publish Docker Image
uses: standardnotes/server/.github/workflows/common.docker-image.yml@main
uses: standardnotes/server/.github/workflows/common-docker-image.yml@main
with:
service_name: ${{ inputs.service_name }}
bundle_dir: ${{ needs.build.outputs.temp_dir }}
@@ -221,7 +221,7 @@ jobs:
needs: publish
name: Deploy Web
uses: standardnotes/server/.github/workflows/common.deploy.yml@main
uses: standardnotes/server/.github/workflows/common-deploy.yml@main
with:
service_name: ${{ inputs.service_name }}
secrets: inherit
@@ -232,7 +232,7 @@ jobs:
needs: publish
name: Deploy Worker
uses: standardnotes/server/.github/workflows/common.deploy.yml@main
uses: standardnotes/server/.github/workflows/common-deploy.yml@main
with:
service_name: ${{ inputs.service_name }}
secrets: inherit
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: event-store
workspace_name: "@standardnotes/event-store"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: files
workspace_name: "@standardnotes/files-server"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: scheduler
workspace_name: "@standardnotes/scheduler-server"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: syncing-server-js
workspace_name: "@standardnotes/syncing-server"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: websockets
workspace_name: "@standardnotes/websockets-server"
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
call_server_application_workflow:
name: Server Application
uses: standardnotes/server/.github/workflows/common.server-application.yml@main
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: workspace
workspace_name: "@standardnotes/workspace-server"