feat: fix networks

This commit is contained in:
2026-05-19 22:02:17 +02:00
parent 54c772e137
commit 2461954866
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
.git
.ssh
.kamal/secrets*
vendor
node_modules
+1
View File
@@ -106,6 +106,7 @@ jobs:
DB_USERNAME=$DB_USERNAME
DB_PASSWORD=$DB_PASSWORD
MEILISEARCH_KEY=$MEILISEARCH_KEY
SSH_PRIVATE_KEY=$SSH_PRIVATE_KEY
SECRETS
chmod 600 .kamal/secrets
+4 -1
View File
@@ -41,7 +41,10 @@ registry:
ssh:
user: <%= ENV.fetch("SSH_USER", "root") %>
config: .ssh/config
keys_only: true
key_data:
- SSH_PRIVATE_KEY
config: false
builder:
arch: amd64