Skip to content

Commit

Permalink
make sure to push to source branch also for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
j1z0 committed Oct 4, 2016
1 parent a4e13ff commit ac04681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def update_version(ctx, version=None):
def git_tag(ctx, tag_name, msg):
run('git tag -a %s -m "%s"' % (tag_name, msg))
run('git push --tags')
run('git push')


@task
Expand Down

0 comments on commit ac04681

Please sign in to comment.