mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
Fix app and docs start directory (#1239)
This commit is contained in:
parent
5da5580cba
commit
5365d51b12
14
.gitpod.yml
14
.gitpod.yml
@ -43,16 +43,20 @@ tasks:
|
||||
gp sync-done gitea
|
||||
$DOCKER_COMPOSE_CMD logs -f
|
||||
- name: App
|
||||
init: |
|
||||
before: |
|
||||
cd web/
|
||||
yarn install
|
||||
command: yarn start
|
||||
- name: Docs
|
||||
init: |
|
||||
yarn install
|
||||
command: |
|
||||
yarn start
|
||||
- name: Docs
|
||||
before: |
|
||||
cd docs/
|
||||
init: |
|
||||
yarn install
|
||||
yarn build:woodpecker-plugins
|
||||
command: yarn start --port 4000
|
||||
command: |
|
||||
yarn start --port 4000
|
||||
|
||||
ports:
|
||||
- port: 3000
|
||||
|
Loading…
Reference in New Issue
Block a user