Skip to content

Commit d3b868f

Browse files
committed
fix frontend reloading and root-url
1 parent 219c996 commit d3b868f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ tasks:
44
- name: Setup
55
init: |
66
make deps
7-
export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
87
command: |
98
gp sync-done setup
109
exit 0
@@ -15,7 +14,8 @@ tasks:
1514
- name: Run backend
1615
command: |
1716
gp sync-await setup
18-
export TAGS="bindata sqlite sqlite_unlock_notify"
17+
export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
18+
export TAGS="sqlite sqlite_unlock_notify"
1919
make watch-backend
2020
2121
vscode:

0 commit comments

Comments
 (0)