2022-10-19 11:38:05 +00:00
|
|
|
name: Api Gateway
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: api_gateway
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
- '*standardnotes/api-gateway*'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
call_server_application_workflow:
|
|
|
|
name: Server Application
|
2022-10-20 08:03:21 +00:00
|
|
|
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
|
2022-10-19 11:38:05 +00:00
|
|
|
with:
|
|
|
|
service_name: api-gateway
|
2023-09-18 12:34:26 +00:00
|
|
|
workspace_name: "@standardnotes/api-gateway"
|
2022-10-19 12:23:02 +00:00
|
|
|
deploy_worker: false
|
2022-10-19 11:38:05 +00:00
|
|
|
package_path: packages/api-gateway
|
|
|
|
secrets: inherit
|