Skip to content

Commit

Permalink
Add composer dev: commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent 1f77c15 commit c846b5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
"http-interop/http-factory-guzzle": "^1.0"
},
"scripts": {
"ansible:install": [
"dev:ansible:install": [
"ansible-galaxy install -r roles.yml -p roles --force"
],
"dev:start": [
"docker-compose up -d --build",
"docker-compose exec ash ansible-playbook /usr/share/ash/playbook.yml"
]
},
"config": {
Expand Down

0 comments on commit c846b5c

Please sign in to comment.