Support registry token for VPN image pulls
Build & Deploy / Build & Push Docker Image (push) Successful in 2m50s
Test / Type Check (all packages) (push) Successful in 50s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Successful in 45s
Test / Homepage Unit Tests (push) Successful in 42s
Test / Storefront Unit Tests (push) Successful in 40s
Test / Admin Unit Tests (push) Successful in 41s
Test / Dashboard Unit Tests (push) Successful in 40s
Test / API Integration Tests (push) Successful in 59s
Build & Deploy / Build & Push Docker Image (push) Successful in 2m50s
Test / Type Check (all packages) (push) Successful in 50s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Successful in 45s
Test / Homepage Unit Tests (push) Successful in 42s
Test / Storefront Unit Tests (push) Successful in 40s
Test / Admin Unit Tests (push) Successful in 41s
Test / Dashboard Unit Tests (push) Successful in 40s
Test / API Integration Tests (push) Successful in 59s
This commit is contained in:
@@ -40,7 +40,7 @@ At minimum, verify or rotate:
|
||||
If Docker needs to log in before pulling the app image, also set:
|
||||
|
||||
- `REGISTRY_USER`
|
||||
- `REGISTRY_PASSWORD`
|
||||
- `REGISTRY_TOKEN`
|
||||
|
||||
For the current VPN-reachable image registry, use direct pulls from the VPS.
|
||||
The registry is `10.0.0.4`, and the VPS WireGuard address is `10.0.0.1`.
|
||||
@@ -49,6 +49,7 @@ The registry is `10.0.0.4`, and the VPS WireGuard address is `10.0.0.1`.
|
||||
APP_IMAGE=10.0.0.4/melabidi/carmanagement
|
||||
REGISTRY_HOST=10.0.0.4
|
||||
REGISTRY_USER=melabidi
|
||||
REGISTRY_TOKEN=<registry-token>
|
||||
IMAGE_ARCHIVE_DIR=
|
||||
IMAGE_ARCHIVE_REQUIRED=false
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user