summaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorYarden Shoham <hrsi88@gmail.com>2023-01-20 21:46:33 +0200
committerGitHub <noreply@github.com>2023-01-20 13:46:33 -0600
commitf417157bddcc246849464d5b1d4f01536a50176e (patch)
tree5d5ecb1b08036f3d9c2bdc88b4742ef86a6ae7b8 /.gitpod.yml
parent46d024428f82e882c549b62c0dfb1c529a372c9b (diff)
downloadgitea-f417157bddcc246849464d5b1d4f01536a50176e.tar.gz
gitea-f417157bddcc246849464d5b1d4f01536a50176e.zip
Split default gitpod view to include all tasks (#22555)
It was showing only the `docs` process Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 0b6ad1f30e..a184e6376e 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -7,10 +7,6 @@ tasks:
command: |
gp sync-done setup
exit 0
- - name: Run frontend
- command: |
- gp sync-await setup
- make watch-frontend
- name: Run backend
command: |
gp sync-await setup
@@ -19,9 +15,15 @@ tasks:
echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = $GITPOD_REPO_ROOT/data/gitea.db" >> custom/conf/app.ini
export TAGS="sqlite sqlite_unlock_notify"
make watch-backend
+ - name: Run frontend
+ command: |
+ gp sync-await setup
+ make watch-frontend
+ openMode: split-right
- name: Run docs
before: sudo bash -c "$(grep 'https://github.com/gohugoio/hugo/releases/download' Makefile | tr -d '\')" # install hugo
command: cd docs && make clean update && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
+ openMode: split-right
vscode:
extensions: