-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitpod.yml
33 lines (30 loc) · 870 Bytes
/
.gitpod.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
image:
file: .gitpod.Dockerfile
tasks:
- init: >-
cd "${GITPOD_REPO_ROOT}/qcbrunch-cli" &&
pipenv install --skip-lock
command: >-
cd "${GITPOD_REPO_ROOT}/qcbrunch-cli" &&
pipenv shell -- 'qcbrunch clean && qcbrunch render && qcbrunch build && gp sync-done virtual-env-setup'
openIn: bottom
openMode: tab-after
- command: >-
cd "${GITPOD_REPO_ROOT}/qcbrunch-cli" &&
gp sync-await virtual-env-setup &&
pipenv shell -- 'qcbrunch dev run'
openIn: bottom
openMode: tab-after
- command: gp open index.html && exit
# qcbrunch-gen
- init: >
cd "${GITPOD_REPO_ROOT}/qcbrunch-gen" &&
pipenv install --skip-lock
command: >
cd "${GITPOD_REPO_ROOT}/qcbrunch-gen" &&
pipenv shell -- 'clear'
openIn: main
openMode: tab-after
ports:
- port: 3000
onOpen: open-preview