Fix app and docs start directory (#1239)

This commit is contained in:
Lukas 2022-10-08 01:03:13 +02:00 committed by GitHub
parent 5da5580cba
commit 5365d51b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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