Added deploy to public repo (#5)

* Added deploy to public repo

* moved to leipert/git-push

* yaml step fix
This commit is contained in:
Anton Kuranda 2018-06-15 14:43:05 +03:00 committed by GitHub
parent 63d8e0e303
commit 8e713e07d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,17 @@ release:
- slack-notifier:
url: ${SLACK_WEBHOOK_URL}
username: "wercker"
deploy:
steps:
- leipert/git-push@0.7.6
- git-push:
gh_oauth: ${GITHUB_API_TOKEN}
gh_pages: true
basedir: out
repo: wallets-api
destdir: ${WERCKER_GIT_BRANCH}
after-steps:
- slack-notifier:
url: ${SLACK_WEBHOOK_URL}
username: "wercker"