dev: add justfile
All checks were successful
Deploy workflow / deploy (push) Successful in 32s

This commit is contained in:
Matthieu Bessat 2024-10-28 08:44:18 +01:00
parent 22a7476442
commit 969f0031be

6
justfile Normal file
View file

@ -0,0 +1,6 @@
deploy_prod:
git fetch
git checkout master
git rebase origin/master
git merge develop
git push origin master