22 Commits

Author SHA1 Message Date
Frank John Begornia
6c97e60805 Merge branch 'main' of https://git.crewsportswear.app/webmaster/merchbay
All checks were successful
Deploy Production (merchbay.com) / deploy (push) Successful in 2m38s
2025-12-31 03:33:16 +08:00
Frank John Begornia
717755b270 Merge branch 'dev' 2025-12-31 03:30:52 +08:00
Frank John Begornia
e2fd4df26a Update deployment directory path in workflow to /var/www/apps/merchbay
Some checks failed
Deploy Development / deploy (push) Has been cancelled
2025-12-31 03:28:39 +08:00
Frank John Begornia
fa2956e8b6 Refactor deployment workflows and add SSL setup documentation for production
All checks were successful
Deploy Development / deploy (push) Successful in 2m13s
2025-12-22 23:23:10 +08:00
Frank John Begornia
e8d21d22f8 Add local environment configuration and setup documentation for development
All checks were successful
Deploy Development / deploy (push) Successful in 2m30s
2025-12-18 16:30:14 +08:00
Frank John Begornia
03434cede5 Fix potential undefined index notices in UserController by adding isset checks for store data
All checks were successful
Deploy Development / deploy (push) Successful in 2m22s
2025-12-18 15:22:24 +08:00
Frank John Begornia
609d014459 Enhance Docker cleanup in deployment workflows to reclaim space
All checks were successful
Deploy Development / deploy (push) Successful in 6m50s
2025-12-18 15:03:49 +08:00
Frank John Begornia
1d4b33ef9f Enhance deployment scripts by removing old Docker images and pruning unused resources
All checks were successful
Deploy Development / deploy (push) Successful in 2m27s
2025-12-18 14:51:20 +08:00
Frank John Begornia
14449ec0c1 Remove yakpro-po obfuscation steps from Dockerfile due to PHP 7.0 compatibility issues
All checks were successful
Deploy Development / deploy (push) Successful in 2m14s
2025-12-18 14:32:59 +08:00
Frank John Begornia
89201a8432 Add yakpro-po for code obfuscation and configuration for Laravel 5.0
Some checks failed
Deploy Development / deploy (push) Failing after 54s
2025-12-18 14:24:24 +08:00
Frank John Begornia
e6ffc878dd Add HTTPS schema enforcement in AppServiceProvider and set FORCE_HTTPS in Docker Compose
All checks were successful
Deploy Development / deploy (push) Successful in 2m31s
2025-12-18 14:22:09 +08:00
Frank John Begornia
807ac03d03 Refactor asset paths in Blade templates to remove 'public' prefix for improved consistency
All checks were successful
Deploy Development / deploy (push) Successful in 2m15s
2025-12-18 14:18:28 +08:00
Frank John Begornia
0a235a0ed2 Update README.md to enhance project documentation and clarify setup instructions
All checks were successful
Deploy Development / deploy (push) Successful in 6m23s
2025-12-18 14:07:01 +08:00
Frank John Begornia
c950a72fc8 Update Dockerfile to revert to PHP 7.0 and adjust Debian repository sources 2025-12-18 14:05:22 +08:00
Frank John Begornia
564719412b Add entrypoint script to set up permissions and create storage directories
Some checks failed
Deploy Development / deploy (push) Failing after 2m11s
2025-12-18 13:58:13 +08:00
Frank John Begornia
cd4c7086bf Update environment variables in deployment files for improved configuration
Some checks failed
Deploy Development / deploy (push) Failing after 2m35s
2025-12-18 13:48:54 +08:00
Frank John Begornia
0052044d6a Update Dockerfile to use PHP 7.3 and improve compatibility with Laravel 5.0
Some checks failed
Deploy Development / deploy (push) Failing after 4m26s
2025-12-18 13:36:54 +08:00
Frank John Begornia
d6a98811eb Add CI/CD workflows for building and deploying Docker images
Some checks failed
Deploy Development / deploy (push) Failing after 17s
2025-12-18 13:30:00 +08:00
Frank John Begornia
f197490606 updated 2024-11-27 17:42:12 +08:00
Frank John Begornia
f26c9c274b updated subtotal when orders have voucher 2024-11-27 17:13:00 +08:00
Frank John Begornia
54278c568d added roster config 2024-11-05 05:33:47 +08:00
Frank John Begornia
c68f28aa11 updated prod 2024-09-30 01:15:42 +08:00

View File

@@ -66,7 +66,7 @@ jobs:
ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF' ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF'
set -e set -e
DEPLOY_DIR="/var/www/merchbay" DEPLOY_DIR="/var/www/apps/merchbay"
sudo mkdir -p "$DEPLOY_DIR" sudo mkdir -p "$DEPLOY_DIR"
sudo chown $USER:$USER "$DEPLOY_DIR" sudo chown $USER:$USER "$DEPLOY_DIR"