From e454d242c2f7edd715197545e57eb406bf8ec8ea Mon Sep 17 00:00:00 2001 From: Alex Crease Date: Mon, 4 Mar 2024 12:09:37 +0000 Subject: [PATCH] dont destroy this time :/ --- .github/workflows/main.yml | 10 +++++----- infra/playbooks/secrets.yml | 8 -------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 infra/playbooks/secrets.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5ee943..ab6c136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,9 +26,9 @@ jobs: needs: [build-image, infra] secrets: inherit - terraform-destroy: - name: Destroy Infrastructure - uses: ./.github/workflows/destroy.yml - needs: [run-playbooks] - secrets: inherit + # terraform-destroy: + # name: Destroy Infrastructure + # uses: ./.github/workflows/destroy.yml + # needs: [run-playbooks] + # secrets: inherit diff --git a/infra/playbooks/secrets.yml b/infra/playbooks/secrets.yml deleted file mode 100644 index 4586ab2..0000000 --- a/infra/playbooks/secrets.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Docker Secrets - hosts: managers[0] - tasks: - - name: Docker Swarm Secrets - community.docker.docker_secret: - name: dev-asm - data: test