21 Commits

Author SHA1 Message Date
Frank John Begornia
4ce000e95b Add development and production Docker Compose files; update deployment scripts to use new file names
All checks were successful
Deploy Production (admin.merchbay.app) / deploy (push) Successful in 2m43s
2025-12-21 04:56:21 +08:00
Frank John Begornia
cc882ea6fc Stop and remove existing containers before starting new ones in deployment script
All checks were successful
Deploy Production (admin.merchbay.app) / deploy (push) Successful in 2m20s
2025-12-21 04:48:09 +08:00
Frank John Begornia
ee557c6fd2 Update deployment directory path in deploy script
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 1m41s
2025-12-21 04:43:47 +08:00
Frank John Begornia
e17ac2af1f Update deployment directory permissions and ownership in deploy script
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 1m40s
2025-12-21 04:41:15 +08:00
Frank John Begornia
ab0be021e1 Update deployment directory to point to production path for merchbay_admin
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 1m45s
2025-12-21 04:37:52 +08:00
Frank John Begornia
5fbaf0767e Remove unnecessary migration and route cache commands from deployment script
All checks were successful
Deploy Production (admin.merchbay.app) / deploy (push) Successful in 2m20s
2025-12-21 04:29:24 +08:00
Frank John Begornia
5707e3debb Update deployment directory to use development path for merchbay_admin
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 2m2s
2025-12-21 04:26:03 +08:00
Frank John Begornia
2c4b110f33 Refactor deployment workflow to improve SSH setup, streamline artifact upload, and enhance health check process
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 1m48s
2025-12-21 04:22:00 +08:00
Frank John Begornia
7a559a9021 Refactor deployment script to streamline SSH setup and enhance Docker cleanup processes
Some checks failed
Deploy Development / deploy (push) Has been cancelled
2025-12-21 04:09:42 +08:00
Frank John Begornia
1c29fbf958 Update deployment workflow to use environment-specific variables and enhance application URL references
All checks were successful
Deploy Development / deploy (push) Successful in 2m45s
2025-12-21 04:02:00 +08:00
Frank John Begornia
7c4650f83b Enhance Docker cleanup in deployment workflows to reclaim space and improve resource management
All checks were successful
Deploy Development / deploy (push) Successful in 5m57s
2025-12-18 15:03:33 +08:00
Frank John Begornia
39abf1b5fc Enhance deployment workflows to remove old Docker images and prune unused resources
All checks were successful
Deploy Development / deploy (push) Successful in 6m31s
2025-12-18 14:53:13 +08:00
Frank John Begornia
e45cfb5ebd Update deployment scripts to specify required environment variables in .env file and docker-compose
All checks were successful
Deploy Development / deploy (push) Successful in 2m11s
2025-12-18 13:13:24 +08:00
Frank John Begornia
632f143637 Refactor SSH setup in deployment workflows to enhance security and error handling
Some checks failed
Deploy Development / deploy (push) Failing after 1m20s
2025-12-16 13:22:35 +08:00
Frank John Begornia
a4171330e5 Enhance deployment workflows with additional input parameters and setup scripts
Some checks failed
Deploy Development / deploy (push) Has been cancelled
2025-12-16 13:18:29 +08:00
Frank John Begornia
af0d8cd9ac Add container specification and shell definitions to deployment workflows
Some checks failed
Deploy Development / deploy (push) Failing after 4m25s
2025-12-13 02:58:29 +08:00
Frank John Begornia
fa59a081d8 Refactor deployment workflows to enhance SSH handling and streamline Docker image deployment
Some checks failed
Deploy Development / deploy (push) Failing after 2s
2025-12-12 01:39:37 +08:00
Frank John Begornia
6f7b81f1da Refactor deployment scripts to use GitHub environment variables and improve SSH key handling 2025-12-12 01:37:27 +08:00
Frank John Begornia
a12ee2e5aa Refactor deployment workflows to streamline code checkout and file transfer processes
Some checks failed
Deploy Development / deploy (push) Failing after 2s
2025-12-12 01:36:14 +08:00
Frank John Begornia
c72e03f282 Update domain references from merchbay.app to merchbay.com in configuration files
Some checks failed
Deploy Development / deploy (push) Failing after 5s
2025-12-12 01:34:05 +08:00
Frank John Begornia
0cedc90031 Add CI/CD workflows for development and production deployments
Some checks failed
Deploy Development / deploy (push) Failing after 29s
- Created `deploy-dev.yml` for automated deployment to the development server on push to the `dev` branch.
- Created `deploy.yml` for automated deployment to the production server on push to the `main` or `master` branches.
- Added deployment instructions in `DEPLOYMENT-PORTAINER.md` for using Portainer and Traefik.
- Documented Gitea Actions deployment process in `DEPLOYMENT.md`.
- Configured Traefik SSL settings in `TRAEFIK-SSL-CONFIG.md` for both development and production environments.
- Implemented a deployment script `deploy.sh` for manual deployments.
- Added Docker Compose configurations for development (`docker-compose.portainer.dev.yml`) and production (`docker-compose.portainer.yml`) environments.
- Updated main `docker-compose.yml` to support Traefik integration and environment variable configurations.
2025-12-12 01:24:50 +08:00