mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-10 13:54:32 +00:00
Gitpod prebuild server (#1306)
This commit is contained in:
parent
44a63b928d
commit
4785e5b5a4
@ -12,6 +12,7 @@ tasks:
|
|||||||
go mod tidy
|
go mod tidy
|
||||||
mkdir -p web/dist
|
mkdir -p web/dist
|
||||||
touch web/dist/index.html
|
touch web/dist/index.html
|
||||||
|
make build-server
|
||||||
command: |
|
command: |
|
||||||
echo WOODPECKER_GITEA_URL=https://3000-${GITPOD_WORKSPACE_ID}.${GITPOD_WORKSPACE_CLUSTER_HOST} >> .env
|
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
|
echo WOODPECKER_DEV_OAUTH_HOST=https://8000-${GITPOD_WORKSPACE_ID}.${GITPOD_WORKSPACE_CLUSTER_HOST} >> .env
|
||||||
|
Loading…
Reference in New Issue
Block a user