mirror of
https://github.com/valitydev/swag-dark-api.git
synced 2024-11-06 10:55:16 +00:00
19 lines
354 B
YAML
19 lines
354 B
YAML
box: node:7
|
|
|
|
build:
|
|
steps:
|
|
- npm-install
|
|
- npm-test
|
|
- script:
|
|
name: build docsite
|
|
code: npm run build -- ${WERCKER_OUTPUT_DIR}
|
|
|
|
deploy:
|
|
steps:
|
|
- lukevivier/gh-pages:
|
|
repo: rbkmoney/ssp-api
|
|
token: ${GITHUB_API_TOKEN}
|
|
after-steps:
|
|
- slack-notifier:
|
|
url: ${SLACK_WEBHOOK_URL}
|
|
username: "wercker" |