Skip to content

Commit f417157

Browse files
authored
Split default gitpod view to include all tasks (#22555)
It was showing only the `docs` process Signed-off-by: Yarden Shoham <[email protected]>
1 parent 46d0244 commit f417157

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitpod.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ tasks:
77
command: |
88
gp sync-done setup
99
exit 0
10-
- name: Run frontend
11-
command: |
12-
gp sync-await setup
13-
make watch-frontend
1410
- name: Run backend
1511
command: |
1612
gp sync-await setup
@@ -19,9 +15,15 @@ tasks:
1915
echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = $GITPOD_REPO_ROOT/data/gitea.db" >> custom/conf/app.ini
2016
export TAGS="sqlite sqlite_unlock_notify"
2117
make watch-backend
18+
- name: Run frontend
19+
command: |
20+
gp sync-await setup
21+
make watch-frontend
22+
openMode: split-right
2223
- name: Run docs
2324
before: sudo bash -c "$(grep 'https://github.com/gohugoio/hugo/releases/download' Makefile | tr -d '\')" # install hugo
2425
command: cd docs && make clean update && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
26+
openMode: split-right
2527

2628
vscode:
2729
extensions:

0 commit comments

Comments
 (0)