mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 10:25:17 +00:00
630d1e7cb8
* HOOK-11: Initial webhook events swagger commit * fix .gitignore * hotfix * added signature header * fix * fix * fixed after some comments (not at all) * fixed after other comments * fixed doc about retry policy * Fixed camelCase * Fixed * fixed * added amount minimum * removed host * fixed minor bug * added payload to required fields * added partyId * added description about queue policy * fix resend policy depends of http-code * removed x-request-id header * -added ReDoc infrastructure - completely reformat spec structure * added gitignore * forgot to add gitignore, removed node_modules * readme fix * removed web_deploy * removed unnecessary wsd * changed eventid type * review fix #1 * wording fix, build fix
24 lines
462 B
YAML
24 lines
462 B
YAML
box: node:7
|
|
|
|
build:
|
|
steps:
|
|
- npm-install
|
|
- npm-test
|
|
- script:
|
|
name: build docsite
|
|
code: npm run build -- ${WERCKER_OUTPUT_DIR}
|
|
after-steps:
|
|
- slack-notifier:
|
|
url: ${SLACK_WEBHOOK_URL}
|
|
username: "wercker"
|
|
|
|
deploy:
|
|
steps:
|
|
- lukevivier/gh-pages:
|
|
repo: rbkmoney/webhooks-events-api
|
|
token: ${GITHUB_API_TOKEN}
|
|
after-steps:
|
|
- slack-notifier:
|
|
url: ${SLACK_WEBHOOK_URL}
|
|
username: "wercker"
|