diff --git a/.drone.yml b/.drone.yml index f33a2a5..6efdefa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: dockerfile: "./src/Dockerfile.prod-backend" context: "./src" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-catalog enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -47,7 +47,7 @@ steps: dockerfile: "./src/Dockerfile.prod-backend" context: "./src" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-runner enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -77,7 +77,7 @@ steps: dockerfile: "./src/Dockerfile.prod-backend" context: "./src" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-auth enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -107,7 +107,7 @@ steps: dockerfile: "./src/Dockerfile.prod-backend" context: "./src" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-proxy-admin enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -137,7 +137,7 @@ steps: dockerfile: "./src/Dockerfile.prod-backend" context: "./src" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-proxy-web enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -167,7 +167,7 @@ steps: dockerfile: "./src/Dockerfile.frontend" context: "./src/web-client" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/service-proxy-web enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache @@ -197,7 +197,7 @@ steps: dockerfile: "./src/Dockerfile.frontend" context: "./src/admin-client" target: production - registry: gitea.homelab-public + registry: git.vdhsn.com repo: git.vdhsn.com/barretthousen/client-admin-client enable_cache: true cache_repo: git.vdhsn.com/barretthousen/ci-cache