mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 03:11:01 +00:00
Gitpod prebuild server (#1306)
This commit is contained in:
parent
44a63b928d
commit
4785e5b5a4
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ tasks:
|
|||
go mod tidy
|
||||
mkdir -p web/dist
|
||||
touch web/dist/index.html
|
||||
make build-server
|
||||
command: |
|
||||
echo WOODPECKER_GITEA_URL=https://3000-${GITPOD_WORKSPACE_ID}.${GITPOD_WORKSPACE_CLUSTER_HOST} >> .env
|
||||
echo WOODPECKER_DEV_OAUTH_HOST=https://8000-${GITPOD_WORKSPACE_ID}.${GITPOD_WORKSPACE_CLUSTER_HOST} >> .env
|
||||
|
|
Loading…
Reference in a new issue