diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 25c46bd..001eb08 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -96,6 +96,9 @@ jobs: [registry."10.100.0.2:3000"] http = true insecure = true + [registry."git.uncloud.vpn"] + http = true + insecure = true EOF # Add hosts entry for Forgejo's token endpoint echo "10.100.0.2 git.uncloud.vpn" >> /etc/hosts