Compare commits

..

No commits in common. "4ad4084f288257dce16a3a7f4c8190c22ccb4fce" and "a1756e50a619e7f9ea8837c3bfcf980a5212215a" have entirely different histories.

View file

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