[go: up one dir, main page]

Menu

[2bf00f]: / .gitpod.yml  Maximize  Restore  History

Download this file

24 lines (20 with data), 392 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
tasks:
- name: Initialize OctoBot
init: |
cd OctoBot
python3 -m pip install -Ur requirements.txt
command: |
python3 start.py
ports:
- port: 5001
onOpen: open-preview
name: OctoBot
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: true