mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
Added deploy to public repo (#5)
* Added deploy to public repo * moved to leipert/git-push * yaml step fix
This commit is contained in:
parent
63d8e0e303
commit
8e713e07d3
14
wercker.yml
14
wercker.yml
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user