mirror of
https://github.com/valitydev/swag-questionary-aggr-proxy.git
synced 2024-11-06 08:25:16 +00:00
Merge pull request #11 from rbkmoney/ft/change-deploy-repo
deploy to branch release/master
This commit is contained in:
commit
a29d206329
13
wercker.yml
13
wercker.yml
@ -8,11 +8,16 @@ build:
|
||||
name: build docsite
|
||||
code: npm run build -- ${WERCKER_OUTPUT_DIR}
|
||||
|
||||
deploy:
|
||||
release-v:
|
||||
steps:
|
||||
- lukevivier/gh-pages:
|
||||
repo: rbkmoney/swag-questionary-aggr-proxy-public
|
||||
token: ${GITHUB_API_TOKEN}
|
||||
- script:
|
||||
name: prepare release artifacts for branch v1, v2, etc.
|
||||
code: mkdir -p out && cp ./swagger.{yaml,json} out/
|
||||
- lordlothar99/git-push:
|
||||
gh_oauth: ${GITHUB_API_TOKEN}
|
||||
branch: release/${WERCKER_GIT_BRANCH}
|
||||
basedir: out
|
||||
message: Release ${WERCKER_GIT_OWNER}/${WERCKER_GIT_REPOSITORY}@${WERCKER_GIT_COMMIT}
|
||||
after-steps:
|
||||
- slack-notifier:
|
||||
url: ${SLACK_WEBHOOK_URL}
|
||||
|
Loading…
Reference in New Issue
Block a user