- 07 Jan, 2026 9 commits
-
-
Add ECS definition entries for backend and frontend in .gitlab-ci.yml to enhance deployment configuration for staging environments.
Sathish A authored -
Add ECS entrypoints for backend and frontend services in .gitlab-ci.yml to specify application ports for staging deployments.
Sathish A authored -
Sathish A authored
-
Update .gitlab-ci.yml to change staging URLs to development URLs for backend and frontend deployments, and adjust ECS deployment commands accordingly.
Sathish A authored -
Sathish A authored
-
Updated frontend Dockerfile to attempt npm ci with a fallback to npm install if the lock file is out of sync. Renamed project in package-lock.json from "wheeler-frontend" to "spin-the-wheel-frontend" and updated devDependencies to include @types/canvas-confetti.
Sathish A authored -
Updated Dockerfile to copy package.json files for backend, modified build script in frontend package.json to prevent emitting, adjusted TypeScript configuration to allow unused locals and parameters, and refactored App and WheelCanvas components for improved functionality and code clarity.
Sathish A authored -
Added database_url variable to staging deployment configuration in .gitlab-ci.yml for backend deployment.
Sathish A authored -
Initial setup of Docker configuration for Spin The Wheel application, including Dockerfiles for backend and frontend, docker-compose file, and CI/CD pipeline configuration in .gitlab-ci.yml. Added .dockerignore files for backend and frontend to exclude unnecessary files from Docker builds.
Sathish A authored
-
- 02 Jan, 2026 1 commit
-
-
Sathish A authored
-