From 0eeea9dfb4c8d6c3a95f26669a7a8b3fb8a4190e Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 30 Jan 2024 00:33:13 +0100 Subject: [PATCH] Add deploy_ragent_from_github --- personal_infra/deploy_ragent_from_github | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 personal_infra/deploy_ragent_from_github diff --git a/personal_infra/deploy_ragent_from_github b/personal_infra/deploy_ragent_from_github new file mode 100755 index 0000000..a643e02 --- /dev/null +++ b/personal_infra/deploy_ragent_from_github @@ -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 "$@" -- 2.47.3