mirror of
https://github.com/valitydev/swag-dark-api.git
synced 2024-11-06 02:45:22 +00:00
60f7b1be6a
* added swag for file-storage * commit with ref * otstupbl fixes * methods fixed * operationId reorder * fixed path * added response * fix typo * fix type * test * fixed methods * test different wercker * indentation * fixed project
20 lines
364 B
YAML
20 lines
364 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/dark-api-ghpages
|
|
token: ${GITHUB_API_TOKEN}
|
|
after-steps:
|
|
- slack-notifier:
|
|
url: ${SLACK_WEBHOOK_URL}
|
|
username: "wercker"
|