add image pull to production
Build & Deploy / Build & Push Docker Image (push) Successful in 3m15s
Test / Type Check (all packages) (push) Successful in 1m2s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Successful in 51s
Test / Homepage Unit Tests (push) Successful in 45s
Test / Storefront Unit Tests (push) Successful in 44s
Test / Admin Unit Tests (push) Successful in 42s
Test / Dashboard Unit Tests (push) Successful in 44s
Test / API Integration Tests (push) Successful in 1m1s

This commit is contained in:
root
2026-07-01 22:25:00 -04:00
parent 97d5ecfcf0
commit 757ad41c9b
4 changed files with 83 additions and 4 deletions
+4
View File
@@ -80,6 +80,10 @@ missing archive automatically if `VPN_CONTAINER` is set:
VPN_CONTAINER="6c5dca44e1c2" ./deploy-production.sh
```
If `VPN_CONTAINER` is not set, the deploy script tries to auto-detect one
running container with a common VPN name or image such as `vpn`, `gluetun`,
`wireguard`, `openvpn`, `tailscale`, or `wg-easy`.
Equivalent manual command:
```bash