swag-dark-api/wercker.yml
Pospolita Nikita 60f7b1be6a
Added swag for file-storage (#20)
* 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
2019-11-13 17:48:36 +03:00

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"