|
@@ -4,8 +4,6 @@ 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
|
|
- cmd: git checkout master
|
|
|
silent: true
|
|
silent: true
|
|
|
- cmd: git pull origin master
|
|
- cmd: git pull origin master
|