Skip to content

Commit 57fc648

Browse files
authored
Update gitpod (#13073)
* Update .gitpod.yml * Update CODEOWNERS
1 parent 8424702 commit 57fc648

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ package.json @devopsdays/build-infra
1717
/bin/ @devopsdays/build-infra
1818
/.github/ @devopsdays/build-infra
1919
/static/robots.txt @devopsdays/build-infra
20+
.gitpod.yml @devopsdays/build-infra
21+
/.github/workflow/ @devopsdays/build-infra

.gitpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ tasks:
33
- name: Install Hugo dependencies
44
before: brew install hugo
55
init: echo "Your version of Hugo is `hugo version`"
6-
command: hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
6+
command: hugo server -D -F --baseURL $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
77
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
88
ports:
99
- port: 1313
10-
onOpen: open-preview
10+
onOpen: open-preview

0 commit comments

Comments
 (0)