ConnectForce/.woodpecker.yml
Manuel Thalmann c11994c3a9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add a step to the pipeline for publishing the website
2022-12-15 23:08:48 +01:00

26 lines
455 B
YAML

pipeline:
install:
image: node
commands:
- npm install
build:
image: node
commands:
- npm run build
lint:
image: node
commands:
- npm run lint
publish:
image: plugins/gh-pages
settings:
username: thalmma5
password:
from_secret:
github_token
ssh_key:
from_secret:
github_sshkey
target_branch: gh-pages
pages_directory: ./lib/static