Skip to content

Commit

Permalink
add composer dev:destroy command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent a9b610b commit 8541439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"dev:start": [
"docker-compose up -d --build && docker-compose exec ash ansible-playbook /usr/share/ash/playbook.yml"
],
"dev:destroy": [
"docker-compose kill && docker-compose rm -fv"
],
"dev:ansible:install": [
"ansible-galaxy install -r roles.yml -p roles --force"
]
Expand Down

0 comments on commit 8541439

Please sign in to comment.