nixin-web/bin/push-to-prod.sh
Douze Baie 831618a464
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run
add comment in push-to-prod.sh script
2024-09-26 10:31:24 +02:00

5 lines
135 B
Bash
Executable file

#!/bin/bash
# push main to prod (which will trigger the deploy action)
git checkout prod
git merge --ff-only main
git push origin prod