]> xn--ix-yja.es Git - alex.git/commitdiff
Add deploy_ragent_from_github
authoralex <alex@pdp7.net>
Mon, 29 Jan 2024 23:33:13 +0000 (00:33 +0100)
committeralex <alex@pdp7.net>
Mon, 29 Jan 2024 23:33:13 +0000 (00:33 +0100)
personal_infra/deploy_ragent_from_github [new file with mode: 0755]

diff --git a/personal_infra/deploy_ragent_from_github b/personal_infra/deploy_ragent_from_github
new file mode 100755 (executable)
index 0000000..a643e02
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -ue
+
+run_id=$1
+shift
+
+ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@"