diff --git a/.github/workflows/api-gateway.yml b/.github/workflows/api-gateway.yml index 54bc5c8a4..a8ec1710b 100644 --- a/.github/workflows/api-gateway.yml +++ b/.github/workflows/api-gateway.yml @@ -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" diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index c5e3751cd..1fd9064fb 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -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" diff --git a/.github/workflows/common.deploy.yml b/.github/workflows/common-deploy.yml similarity index 100% rename from .github/workflows/common.deploy.yml rename to .github/workflows/common-deploy.yml diff --git a/.github/workflows/common.docker-image.yml b/.github/workflows/common-docker-image.yml similarity index 100% rename from .github/workflows/common.docker-image.yml rename to .github/workflows/common-docker-image.yml diff --git a/.github/workflows/common.server-application.yml b/.github/workflows/common-server-application.yml similarity index 96% rename from .github/workflows/common.server-application.yml rename to .github/workflows/common-server-application.yml index 9b4eb641f..38c73af29 100644 --- a/.github/workflows/common.server-application.yml +++ b/.github/workflows/common-server-application.yml @@ -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 diff --git a/.github/workflows/event-store.yml b/.github/workflows/event-store.yml index 631015d2b..58accddc2 100644 --- a/.github/workflows/event-store.yml +++ b/.github/workflows/event-store.yml @@ -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" diff --git a/.github/workflows/files.yml b/.github/workflows/files.yml index 31f5e918b..cbd00dcd5 100644 --- a/.github/workflows/files.yml +++ b/.github/workflows/files.yml @@ -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" diff --git a/.github/workflows/scheduler.yml b/.github/workflows/scheduler.yml index 29c9d9d7f..272046303 100644 --- a/.github/workflows/scheduler.yml +++ b/.github/workflows/scheduler.yml @@ -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" diff --git a/.github/workflows/syncing-server.yml b/.github/workflows/syncing-server.yml index 8f7b19977..a82cb00e2 100644 --- a/.github/workflows/syncing-server.yml +++ b/.github/workflows/syncing-server.yml @@ -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" diff --git a/.github/workflows/websockets.yml b/.github/workflows/websockets.yml index c30b05a69..4bbaa327c 100644 --- a/.github/workflows/websockets.yml +++ b/.github/workflows/websockets.yml @@ -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" diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 8a5d6987b..8143b1093 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -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"