From 26a90aeb7ea806ee3772e10ac47dc9af48e1b441 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 9 Mar 2022 21:08:49 +0100 Subject: [PATCH] add makefile part --- makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/makefile b/makefile index c77009a..ad067a2 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,9 @@ requirements: ansible-galaxy install -g -f -r roles/requirements.yml + +deploy_production: + ansible-playbook site.yml -i production --vault-password-file=./ansible-vault-pass.sh + +deploy_staging: + ansible-playbook site.yml -i staging --vault-password-file=./ansible-vault-pass.sh