Gitpod prebuild server (#1306)

This commit is contained in:
Lukas 2022-10-21 18:59:30 +02:00 committed by GitHub
parent 44a63b928d
commit 4785e5b5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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