Skip to content

Commit 219c996

Browse files
committed
set correct gitea root url
1 parent c48f208 commit 219c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
- name: Setup
55
init: |
66
make deps
7-
echo -e "[server]\nROOT_URL = https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/" >> ./custom/conf/app.ini
7+
export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
88
command: |
99
gp sync-done setup
1010
exit 0

0 commit comments

Comments
 (0)