add comment in push-to-prod.sh script
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run

This commit is contained in:
Douze Bé 2024-09-26 10:31:24 +02:00
parent 0f05dac3c4
commit 831618a464

View file

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