-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitpod.yml
41 lines (37 loc) · 1.08 KB
/
.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
34
35
36
37
38
39
40
41
tasks:
- name: Script Task
init: |
cd /workspace/mob-programming-rpg/webapp
npm i
command: |
pwd
cd /workspace/mob-programming-rpg/webapp
npm start
- name: mob timer
command: |
gp preview --external mobtime.fly.dev/friendly-grid
exit
- name: prepare session notes
command: |
./create-todays-session-notes.sh
./update-todays-session-notes-link.sh
./update-previous-session-notes-link.sh
exit
- name: git hooks
command: |
cp .hooks/commit-msg .git/hooks/
exit
# List the ports to expose. Learn more: https://www.gitpod.io/docs/configure/workspaces/ports
ports:
- name: Integration tests
description: supress notifications opened during integration tests
port: 8000-8100
onOpen: ignore
- name: Frontend
description: Port 3000 for the frontend
port: 3000
onOpen: open-browser
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
vscode:
extensions:
- nicoespeon.abracadabra/introduction/getting-started/quickstart