Matthieu Bessat
969f0031be
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
6 lines
129 B
Makefile
6 lines
129 B
Makefile
deploy_prod:
|
|
git fetch
|
|
git checkout master
|
|
git rebase origin/master
|
|
git merge develop
|
|
git push origin master
|