Updated pipeline

This commit is contained in:
Eric Gullickson
2025-12-18 12:17:21 -06:00
parent 72e23a8ba0
commit c2118bc8c1
3 changed files with 21 additions and 9 deletions

View File

@@ -91,11 +91,12 @@ These variables use GitLab's **File** type, which writes the value to a temporar
| Variable Name | Type | Protected | Masked | Value |
|--------------|------|-----------|--------|-------|
| `DEPLOY_PATH` | Variable | No | No | `/opt/motovaultpro` |
| `VITE_AUTH0_DOMAIN` | Variable | No | No | `motovaultpro.us.auth0.com` |
| `VITE_AUTH0_CLIENT_ID` | Variable | No | No | Your Auth0 client ID |
| `VITE_AUTH0_AUDIENCE` | Variable | No | No | `https://api.motovaultpro.com` |
Note: `DEPLOY_PATH` is automatically set in `.gitlab-ci.yml` using `GIT_CLONE_PATH` for a stable path.
### Setting Up a File Type Variable
1. Go to **Settings > CI/CD > Variables**
@@ -448,10 +449,12 @@ curl http://localhost:3001/health
| Path | Description |
|------|-------------|
| `/opt/motovaultpro` | Application root |
| `/opt/motovaultpro/secrets/app/` | Secrets directory |
| `/opt/motovaultpro/data/documents/` | Document storage |
| `/opt/motovaultpro/config/` | Configuration files |
| `$CI_BUILDS_DIR/motovaultpro` | Application root (stable clone path) |
| `$CI_BUILDS_DIR/motovaultpro/secrets/app/` | Secrets directory |
| `$CI_BUILDS_DIR/motovaultpro/data/documents/` | Document storage |
| `$CI_BUILDS_DIR/motovaultpro/config/` | Configuration files |
Note: `CI_BUILDS_DIR` is typically `/opt/gitlab-runner/builds` for shell executors.
### Container Names