-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
31 lines (31 loc) · 1005 Bytes
/
Copy pathproject.yml
File metadata and controls
31 lines (31 loc) · 1005 Bytes
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
packages:
- name: redata_reports
functions:
- name: run
runtime: 'python:3.11'
web: true
limits:
timeout: 420000
memory: 512
environment:
API_FIGSHARE_URL_BASE: ${api_figshare_url_base}
API_FIGSHARE_TOKEN: ${api_figshare_token}
GSHEETS_DASHBOARD_POST_URL: ${gsheets_dashboard_post_url}
GSHEETS_DASHBOARD_KEY: ${gsheets_dashboard_key}
TOKEN: ${do_token}
- name: trello_reports
functions:
- name: run
runtime: 'python:3.11'
web: true
limits:
timeout: 420000
memory: 512
environment:
API_TRELLO_URL_BASE: ${api_trello_url_base}
API_TRELLO_KEY: ${api_trello_key}
API_TRELLO_TOKEN: ${api_trello_token}
TRELLO_BOARD_ID: ${trello_board_id}
GSHEETS_DASHBOARD_POST_URL: ${gsheets_dashboard_post_url}
GSHEETS_DASHBOARD_KEY: ${gsheets_dashboard_key}
TOKEN: ${do_token}