Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 5cdb426167 - Show all commits
+2
View File
@@ -257,8 +257,10 @@ function pull {
function push { function push {
if [[ -d .git ]]; then if [[ -d .git ]]; then
echo "Recognized git project, promoting branch to stage and prod."
git push && eval load-stage && eval load-prod git push && eval load-stage && eval load-prod
else else
echo "Not a git repo, attempting to sync to SFTP server."
send-master send-master
fi fi
} }