From 0c6cee19d5e420dbe09d568248caf1c351c33c1e Mon Sep 17 00:00:00 2001 From: Douze Baie <12b@distrilab.fr> Date: Thu, 26 Sep 2024 11:15:08 +0200 Subject: [PATCH] updat push-to-prod.sh --- bin/push-to-prod.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/push-to-prod.sh b/bin/push-to-prod.sh index 8b3c7a8..3744c00 100755 --- a/bin/push-to-prod.sh +++ b/bin/push-to-prod.sh @@ -3,3 +3,4 @@ git checkout prod git merge --ff-only main git push origin prod +git checkout main