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