7 lines
129 B
Makefile
7 lines
129 B
Makefile
|
deploy_prod:
|
||
|
git fetch
|
||
|
git checkout master
|
||
|
git rebase origin/master
|
||
|
git merge develop
|
||
|
git push origin master
|