From 71b495c8188b89b61870ace9559b12c1b4a09554 Mon Sep 17 00:00:00 2001 From: Thomas Daley Date: Sun, 8 Aug 2021 15:33:51 -0700 Subject: [PATCH 1/4] Add more shadows --- .ansible/roles/requirements.yaml | 2 +- src/css/coming-sssoon.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ansible/roles/requirements.yaml b/.ansible/roles/requirements.yaml index d3e9d37..fc4f850 100644 --- a/.ansible/roles/requirements.yaml +++ b/.ansible/roles/requirements.yaml @@ -1,7 +1,7 @@ - name: common scm: git src: "git@github.com:Diesel-Net/ansible-role-common.git" - version: 1.1.1 + version: 1.1.2 - name: docker scm: git diff --git a/src/css/coming-sssoon.css b/src/css/coming-sssoon.css index 381a03f..288c752 100644 --- a/src/css/coming-sssoon.css +++ b/src/css/coming-sssoon.css @@ -722,7 +722,7 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { font-weight: 300; position: relative; text-align: center; - text-shadow: 0 0 10px rgba(0, 0, 0, 0.33); + text-shadow: 2px 2px 4px #000000; margin-top: 150px; z-index: 3; } @@ -754,7 +754,7 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { .sorry{ font-size: 20px; color: white; - text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33); + text-shadow: 2px 2px 4px #000000; text-align: center; margin-bottom: 34px; z-index: 5; From 31733584b8db002184f4950876174bdcfbc0f76c Mon Sep 17 00:00:00 2001 From: Thomas Daley Date: Sun, 8 Aug 2021 15:38:16 -0700 Subject: [PATCH 2/4] use variable for registry name --- .ansible/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible/templates/docker-compose.yaml.j2 b/.ansible/templates/docker-compose.yaml.j2 index bd19046..dcec5b5 100644 --- a/.ansible/templates/docker-compose.yaml.j2 +++ b/.ansible/templates/docker-compose.yaml.j2 @@ -4,7 +4,7 @@ version: '3.8' services: main: - image: docker.nexus.diesel.net/{{ git_repository }}:{{ git_branch }}-latest + image: {{ docker_registry }}/{{ git_repository }}:{{ git_branch }}-latest environment: - TITLE=Kiwi Labs From 5576f15615db6e566026a27515d42b21c220571d Mon Sep 17 00:00:00 2001 From: Thomas Daley Date: Sun, 8 Aug 2021 15:43:10 -0700 Subject: [PATCH 3/4] debug --- .ansible/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible/templates/docker-compose.yaml.j2 b/.ansible/templates/docker-compose.yaml.j2 index dcec5b5..50d4407 100644 --- a/.ansible/templates/docker-compose.yaml.j2 +++ b/.ansible/templates/docker-compose.yaml.j2 @@ -4,7 +4,7 @@ version: '3.8' services: main: - image: {{ docker_registry }}/{{ git_repository }}:{{ git_branch }}-latest + image: {{ docker_registry }}/{{ repository }}:{{ version }}-latest environment: - TITLE=Kiwi Labs From a642ea94c94fc50ae2aca2fbc56ad98c00d2ee49 Mon Sep 17 00:00:00 2001 From: Thomas Daley Date: Sun, 8 Aug 2021 15:48:02 -0700 Subject: [PATCH 4/4] use bug fixed role --- .ansible/roles/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible/roles/requirements.yaml b/.ansible/roles/requirements.yaml index fc4f850..50505b1 100644 --- a/.ansible/roles/requirements.yaml +++ b/.ansible/roles/requirements.yaml @@ -1,7 +1,7 @@ - name: common scm: git src: "git@github.com:Diesel-Net/ansible-role-common.git" - version: 1.1.2 + version: 1.1.3 - name: docker scm: git