Revert "Simplify builders config"

This commit is contained in:
Donal McBreen
2024-08-29 20:16:34 +01:00
committed by GitHub
parent 6adf3c117f
commit 459ba95bbf
64 changed files with 538 additions and 388 deletions
-2
View File
@@ -9,5 +9,3 @@ registry:
server: registry.digitalocean.com
username: <%= "my-user" %>
password: <%= "my-password" %>
builder:
arch: amd64
-2
View File
@@ -4,5 +4,3 @@ registry:
server: registry.digitalocean.com
username: <%= "my-user" %>
password: <%= "my-password" %>
builder:
arch: amd64
-2
View File
@@ -4,6 +4,4 @@ registry:
server: registry.digitalocean.com
username: <%= "my-user" %>
password: <%= "my-password" %>
builder:
arch: amd64
require_destination: true
-2
View File
@@ -17,6 +17,4 @@ registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64
primary_role: web_tokyo
-2
View File
@@ -6,5 +6,3 @@ servers:
registry:
username: user
password: pw
builder:
arch: amd64
-2
View File
@@ -10,8 +10,6 @@ servers:
registry:
username: user
password: pw
builder:
arch: amd64
accessories:
mysql:
-2
View File
@@ -11,8 +11,6 @@ servers:
console:
hosts:
- 1.1.1.5
builder:
arch: amd64
registry:
username: user
password: pw
-2
View File
@@ -6,6 +6,4 @@ servers:
registry:
username: user
password: pw
builder:
arch: amd64
asset_path: /public/assets
-2
View File
@@ -7,8 +7,6 @@ servers:
workers:
- "1.1.1.3"
- "1.1.1.4"
builder:
arch: amd64
registry:
username: user
-2
View File
@@ -11,8 +11,6 @@ servers:
- 1.1.1.4: site1
- 1.2.1.3: site2
- 1.2.1.4: [ site2 experimental ]
builder:
arch: amd64
env:
clear:
TEST: "root"
-2
View File
@@ -21,6 +21,4 @@ registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64
primary_role: web_tokyo
@@ -7,8 +7,6 @@ servers:
workers:
- "1.1.1.3"
- "1.1.1.4"
builder:
arch: amd64
registry:
username: user
-2
View File
@@ -26,8 +26,6 @@ servers:
hosts:
- 1.1.1.3
- 1.1.1.4
builder:
arch: amd64
env:
REDIS_URL: redis://x/y
registry:
@@ -7,8 +7,6 @@ servers:
workers:
- "1.1.1.3"
- "1.1.1.4"
builder:
arch: amd64
registry:
username: user
+3 -4
View File
@@ -32,11 +32,10 @@ accessories:
port: 6379
directories:
- data:/data
builder:
arch: amd64
readiness_delay: 0
builder:
arch: <%= Kamal::Utils.docker_arch == "arm64" ? "amd64" : "arm64" %>
remote: ssh://app@1.1.1.5
remote:
arch: amd64
host: ssh://app@1.1.1.5
@@ -32,8 +32,6 @@ accessories:
port: 6379
directories:
- data:/data
builder:
arch: amd64
readiness_delay: 0
@@ -42,5 +40,6 @@ ssh:
port: 22
builder:
arch: <%= Kamal::Utils.docker_arch == "arm64" ? "amd64" : "arm64" %>
remote: ssh://app@1.1.1.5:2122
remote:
arch: amd64
host: ssh://app@1.1.1.5:2122
-2
View File
@@ -14,5 +14,3 @@ registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64
-2
View File
@@ -9,5 +9,3 @@ registry:
env:
secret:
- PASSWORD
builder:
arch: amd64
-2
View File
@@ -13,5 +13,3 @@ registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64
-2
View File
@@ -6,5 +6,3 @@ servers:
registry:
username: user
password: pw
builder:
arch: amd64
-1
View File
@@ -36,5 +36,4 @@ accessories:
readiness_delay: 0
builder:
arch: amd64
context: "."
-2
View File
@@ -10,5 +10,3 @@ primary_role: workers
registry:
username: user
password: pw
builder:
arch: amd64