mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 19:29:36 +02:00
UBERF-8469: Fix exit from github service (#6921)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
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=http://localhost:3078
|
||||
export MINIO_ACCESS_KEY=minioadminchmo
|
||||
export MINIO_SECRET_KEY=minioadmin
|
||||
export MINIO_ENDPOINT=localhost
|
||||
export MONGO_URL=mongodb://localhost:27017
|
||||
rush bundle --to @hcengineering/pod-github
|
||||
node $@ bundle/bundle.js
|
||||
Reference in New Issue
Block a user