website/justfile
Matthieu Bessat 969f0031be
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
dev: add justfile
2024-10-28 08:44:18 +01:00

6 lines
129 B
Makefile

deploy_prod:
git fetch
git checkout master
git rebase origin/master
git merge develop
git push origin master