Go to file
marco370 a92b7a5096 Improve deployment process to handle environment variables and schema updates
Update the deployment script to correctly load environment variables for PM2, ensuring proper configuration for database connections and other runtime settings. This also includes ensuring that database schema migrations are pushed to the database using `drizzle-kit push --force` during deployment.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 42d8028a-fa71-4ec2-938c-e43eedf7df01
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/6d543d2c-20b9-4ea6-93fe-70fe9b1d9f80/42d8028a-fa71-4ec2-938c-e43eedf7df01/AwjfjCW
2025-10-16 15:24:36 +00:00
attached_assets Update deployment script to improve application restart and database schema handling 2025-10-16 15:19:35 +00:00
client Add advanced planning features with new database schemas and UI 2025-10-11 19:30:16 +00:00
deploy Improve deployment process to handle environment variables and schema updates 2025-10-16 15:24:36 +00:00
server Add advanced planning features with new database schemas and UI 2025-10-11 19:30:16 +00:00
shared Add system for managing guard preferences and site assignments 2025-10-11 19:10:09 +00:00
.env.production.example Update deployment scripts and server setup for automatic deployment and database backup 2025-10-16 10:54:16 +00:00
.gitignore Add deployment guide and scripts for automated server setup and deployment 2025-10-16 07:12:27 +00:00
.gitlab-ci.yml Add deployment guide and scripts for automated server setup and deployment 2025-10-16 07:12:27 +00:00
.replit Fix deployment issues related to environment variables and tool configuration 2025-10-16 15:23:24 +00:00
components.json Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
DEPLOYMENT.md Update deployment to securely manage database passwords 2025-10-16 11:00:27 +00:00
design_guidelines.md Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
drizzle.config.ts Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
dump.sql Update deployment scripts and server setup for automatic deployment and database backup 2025-10-16 10:54:16 +00:00
dump.zip Update deployment scripts and server setup for automatic deployment and database backup 2025-10-16 10:54:16 +00:00
ecosystem.config.js Update deployment script to improve application restart and database schema handling 2025-10-16 15:19:35 +00:00
package-lock.json Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
package.json Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
postcss.config.js Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
push-to-gitlab.sh Deploy: 2025-10-16 13:42:30 2025-10-16 13:42:30 +00:00
QUICKSTART-DEPLOYMENT.md Update deployment to securely manage database passwords 2025-10-16 11:00:27 +00:00
replit.md Update deployment process to use a new server and simplify commands 2025-10-16 10:56:13 +00:00
sidebar_collapsed.png Improve sidebar visibility and appearance in the application 2025-10-11 15:06:44 +00:00
sidebar_visible.png Improve sidebar visibility and appearance in the application 2025-10-11 15:06:44 +00:00
tailwind.config.ts Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
tsconfig.json Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00
vite.config.ts Add basic UI components and structure for the application 2025-10-11 09:36:55 +00:00