Files
huly-platform/services/github/pod-github/run.sh
T
2025-09-18 23:23:28 +07:00

11 lines
477 B
Bash
Executable File

export APP_ID="$POD_GITHUB_APPID"
export CLIENT_ID="$POD_GITHUB_CLIENTID"
export CLIENT_SECRET="$POD_GITHUB_CLIENT_SECRET"
export PRIVATE_KEY="$POD_GITHUB_PRIVATE_KEY"
export SERVER_SECRET=secret
export ACCOUNTS_URL=http://localhost:3000
export COLLABORATOR_URL=ws://huly.local:3078
export STORAGE_CONFIG="datalake|http://huly.local:4030"
export OTEL_EXPORTER_OTLP_ENDPOINT=http://huly.local:4318/v1/traces
rush bundle --to @hcengineering/pod-github
node $@ bundle/bundle.js $@