|
@@ -4,6 +4,12 @@ tasks:
|
|
|
move-to-production:
|
|
move-to-production:
|
|
|
desc: Move the current branch to production
|
|
desc: Move the current branch to production
|
|
|
cmds:
|
|
cmds:
|
|
|
|
|
+ - cmd: git fetch origin --tags
|
|
|
|
|
+ silent: true
|
|
|
|
|
+ - cmd: git checkout master
|
|
|
|
|
+ silent: true
|
|
|
|
|
+ - cmd: git pull origin master
|
|
|
|
|
+ silent: true
|
|
|
- cmd: git tag -d production
|
|
- cmd: git tag -d production
|
|
|
ignore_error: false
|
|
ignore_error: false
|
|
|
silent: true
|
|
silent: true
|