diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 23687bf76..a1c946e83 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,7 +1,7 @@ name: Continuous Deployment on: - pull_request: + push: branches: [ main ] jobs: @@ -64,4 +64,3 @@ jobs: --inventory ansible/inventories/staging --skip-tags skip_ci --verbose - --tags installation diff --git a/ansible/site.yml b/ansible/site.yml index 839c20344..2352cb984 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -23,15 +23,11 @@ - role: geerlingguy.pip pip_install_packages: - name: passlib - tags: - - docker - role: geerlingguy.docker docker_packages_state: latest vars: docker_users: - ansible - tags: - - docker - role: installation tags: - - installation + - hundred-eyes