From 19e8e7cfaec8d153ccf3001ae151f4534d0d1daa Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 26 Oct 2020 18:31:22 -0500 Subject: [PATCH] Add deploy script NAH FUCK THAT WE STICK THE ARG IN A SHELL SCRIPT AND FORGET ABOUT IT --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..8f2a6f9 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#! /bin/sh +ansible-playbook --ask-vault-pass site.yml "$@" +