mirror of
https://github.com/standardnotes/server
synced 2026-07-31 05:16:40 -04:00
23 lines
492 B
YAML
23 lines
492 B
YAML
name: Proxy Server
|
|
|
|
concurrency:
|
|
group: proxy_server
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*standardnotes/proxy-server*'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call_server_application_workflow:
|
|
name: Server Application
|
|
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
|
|
with:
|
|
service_name: proxy
|
|
workspace_name: "@standardnotes/proxy-server"
|
|
deploy_worker: false
|
|
package_path: packages/proxy
|
|
secrets: inherit
|