forked from salesforce/dr-cla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapprunner.yaml
More file actions
49 lines (49 loc) · 1.84 KB
/
Copy pathapprunner.yaml
File metadata and controls
49 lines (49 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 1.0
runtime: corretto8
build:
commands:
build:
- ./sbt stage
# - yum -y install unzip
# - ./sbt dist
# - unzip -o target/universal/dr-cla-0.1.0-SNAPSHOT.zip -d output
run:
command: ./sbt run -Dhttp.port=8000
network:
port: 8000
env:
- name: GITHUB_BOT_NAME
value: "fuellabs-cla"
- name: GITHUB_CLIENT_ID
value: "Iv23li0z5eADUdlXzXth"
- name: GITHUB_INTEGRATION_CLIENT_ID
value: "Iv23li0z5eADUdlXzXth"
- name: GITHUB_INTEGRATION_ID
value: "1077127"
- name: GITHUB_INTEGRATION_SLUG
value: "fuel-cla-bot"
- name: ORG_DOMAIN
value: "fuel.sh"
- name: ORG_EMAIL
value: "info@fuel.sh"
- name: ORG_LOGO
value: "https://ok14static.oktacdn.com/fs/bco/1/fs0jb2sbh8GfniEK3697"
- name: ORG_NAME
value: "Fuel Labs"
- name: ORG_URL
value: "https://fuel.network"
- name: WEBJARS_USE_CDN
value: "true"
- name: DYNAMODB_TABLE
value: "fuel-dr-cla-prod"
secrets:
- name: APPLICATION_SECRET
value-from: "arn:aws:secretsmanager:us-east-1:767828747130:secret:prod/fuel-dr-cla-secrets-If1zeV:application_secret::"
- name: GITHUB_CLIENT_SECRET
value-from: "arn:aws:secretsmanager:us-east-1:767828747130:secret:prod/fuel-dr-cla-secrets-If1zeV:github_client_secret::"
- name: GITHUB_INTEGRATION_CLIENT_SECRET
value-from: "arn:aws:secretsmanager:us-east-1:767828747130:secret:prod/fuel-dr-cla-secrets-If1zeV:github_integration_client_secret::"
- name: GITHUB_INTEGRATION_PRIVATE_KEY
value-from: "arn:aws:secretsmanager:us-east-1:767828747130:secret:prod/fuel-dr-cla-secrets-If1zeV:github_integration_private_key::"
- name: GITHUB_INTEGRATION_SECRET_TOKEN
value-from: "arn:aws:secretsmanager:us-east-1:767828747130:secret:prod/fuel-dr-cla-secrets-If1zeV:github_integration_secret_token::"