We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c1831 commit 9cc14c8Copy full SHA for 9cc14c8
.gitpod.yml
@@ -14,7 +14,9 @@ tasks:
14
- name: Run backend
15
command: |
16
gp sync-await setup
17
- export GITEA__server__ROOT_URL="https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/"
+ mkdir -p custom/conf/
18
+ echo -e "[server]\nROOT_URL=https://3000-$GITPOD_WORKSPACE_ID.${GITPOD_WORKSPACE_CLUSTER_HOST}/" > custom/conf/app.ini
19
+ echo -e "\n[database]\nDB_TYPE = sqlite3\nPATH = /workspace/gitea/data/gitea.db" >> custom/conf/app.ini
20
export TAGS="sqlite sqlite_unlock_notify"
21
make watch-backend
22
0 commit comments