Skip to content

Commit 68273d6

Browse files
committed
chore: 🔨 initial gitpod configuration
1 parent 140c8c7 commit 68273d6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitpod.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
tasks:
2+
- init: |
3+
export RICHIE_SITE=diceytech
4+
make bootstrap
5+
make stop
6+
# Ports to expose on workspace startup
7+
ports:
8+
- port: 8070
9+
onOpen: open-preview
10+
github:
11+
prebuilds:
12+
# enable for the master/default branch (defaults to true)
13+
master: true
14+
# enable for all branches in this repo (defaults to false)
15+
branches: true
16+
# enable for pull requests coming from this repo (defaults to true)
17+
pullRequests: true
18+
# enable for pull requests coming from forks (defaults to false)
19+
pullRequestsFromForks: true
20+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
21+
addComment: true
22+
# add a "Review in Gitpod" button to pull requests (defaults to false)
23+
addBadge: false
24+
# add a label once the prebuild is ready to pull requests (defaults to false)
25+
addLabel: prebuilt-in-gitpod

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RICHIE_SITE ?= funmooc
1+
RICHIE_SITE ?= diceytech
22

33
# -- Terminal colors
44
COLOR_INFO = \033[0;36m

0 commit comments

Comments
 (0)