mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Gitpod prebuild server (#1306)
This commit is contained in:
parent
44a63b928d
commit
4785e5b5a4
@ -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 New Issue
Block a user