prod #123

Merged
finley merged 122 commits from prod into master 2025-11-22 17:52:40 -08:00
5 changed files with 3 additions and 2 deletions
Showing only changes of commit 678e9be2b2 - Show all commits

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ app/vaultmsgs/*
app/cake_eclipse_helper.php
app/webroot/pdf/*
app/webroot/attachments_files/*
backups/*

View file

@ -18,7 +18,7 @@ echo "Starting production deployment for cmc-sales..."
echo "Setting variables..."
SERVER="cmc"
REPO="git@code.springupsoftware.com:cmc/cmc-sales.git"
BRANCH="prod"
BRANCH="master"
PROD_DIR="cmc-sales-prod"
echo "Connecting to server $SERVER via SSH..."

View file

@ -12,5 +12,5 @@ else
exit 1
fi
# rclone copy "$FILENAME" gdrivebackups:database/
rclone copy "$FILENAME" gdrivebackups:database/
# rclone sync /home/cmc/cmc-sales/app/webroot/pdf gdrivebackups:pdf/