generated from Zageron/digital-ocean-serverless-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
42 lines (38 loc) · 1.35 KB
/
project.yml
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
environment:
DISCORD_PUB_KEY: ${DISCORD_PUB_KEY}
FFR_API_KEY: ${FFR_API_KEY}
FFR_API_URL: ${FFR_API_URL}
VETERAN_ROLE_ID: ${VETERAN_ROLE_ID}
packages:
- name: discord-bot
actions:
- name: link
limits:
memory: 128 # Default, 128 is the lowest possible, prefer that.
timeout: 3000 # Default, push this as low as possible.
runtime: "python:default"
web: raw
# - name: veteran
# limits:
# memory: 128 # Default, 128 is the lowest possible, prefer that.
# timeout: 3000 # Default, push this as low as possible.
# runtime: "python:default"
# web: raw
# - name: info
# limits:
# memory: 128 # Default, 128 is the lowest possible, prefer that.
# timeout: 3000 # Default, push this as low as possible.
# runtime: "python:default"
# web: raw
# - name: recent
# limits:
# memory: 128 # Default, 128 is the lowest possible, prefer that.
# timeout: 3000 # Default, push this as low as possible.
# runtime: "python:default"
# web: raw
# - name: achievements
# limits:
# memory: 128 # Default, 128 is the lowest possible, prefer that.
# timeout: 3000 # Default, push this as low as possible.
# runtime: "python:default"
# web: raw