This commit is contained in:
parent
22a7476442
commit
969f0031be
1 changed files with 6 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
deploy_prod:
|
||||||
|
git fetch
|
||||||
|
git checkout master
|
||||||
|
git rebase origin/master
|
||||||
|
git merge develop
|
||||||
|
git push origin master
|
Loading…
Reference in a new issue