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