fix: removed unused certs directory
All checks were successful
Deploy to Staging / Build Images (push) Successful in 20s
Deploy to Staging / Deploy to Staging (push) Successful in 26s
Deploy to Staging / Verify Staging (push) Successful in 5s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2025-12-31 10:12:37 -06:00
parent b21bab9fb7
commit 3321d826a2
2 changed files with 2 additions and 16 deletions

9
certs/.gitignore vendored
View File

@@ -1,9 +0,0 @@
# SSL Certificates - exclude from git for security
*.crt
*.key
*.pem
*.p12
*.pfx
# Keep directory structure
!.gitignore

View File

@@ -22,17 +22,12 @@ You are a senior software engineer specializsing in NodeJS, Typescript, front en
- Make no assumptions. - Make no assumptions.
- Ask clarifying questions. - Ask clarifying questions.
- Ultrathink - Ultrathink
- You will be implementing a staging environment for this application. - You will be syncing the desktop and mobile versions of the homepage
*** CONTEXT *** *** CONTEXT ***
- This is a modern web app for managing a vehicle fleet. It has both a desktop and mobile versions of the site that both need to maintain feature parity. It's currently deployed via docker compose but in the future will be deployed via k8s. - This is a modern web app for managing a vehicle fleet. It has both a desktop and mobile versions of the site that both need to maintain feature parity. It's currently deployed via docker compose but in the future will be deployed via k8s.
- Read README.md CLAUDE.md and AI-INDEX.md and follow relevant instructions to understand this code repository in the context of this change. - Read README.md CLAUDE.md and AI-INDEX.md and follow relevant instructions to understand this code repository in the context of this change.
- Currently the application is setup to run only production at the URL https://motovaultpro.com
- We are adding a staging workflow where first changes are pushed to a stage environment at https://staging.motovaultpro.com
- The gitea workflow is working for this.
- The Let's Encrypt certificates are working for this.
- We need to ensure that the application can handle the routes/callbacks
- Recommend what changes need to be made to auth0 to allow this.
*** CHANGES TO IMPLEMENT *** *** CHANGES TO IMPLEMENT ***
- Research this code base and ask iterative questions to compile a complete plan. - Research this code base and ask iterative questions to compile a complete plan.