Skip to content

Commit

Permalink
Remove code creep
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed May 29, 2024
1 parent db57f42 commit 313f186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous Deployment

on:
pull_request:
push:
branches: [ main ]

jobs:
Expand Down Expand Up @@ -64,4 +64,3 @@ jobs:
--inventory ansible/inventories/staging
--skip-tags skip_ci
--verbose
--tags installation
6 changes: 1 addition & 5 deletions ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 313f186

Please sign in to comment.