From: alex Date: Mon, 29 Jan 2024 23:33:13 +0000 (+0100) Subject: Add deploy_ragent_from_github X-Git-Tag: 20240214-emacs~24 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=0eeea9dfb4c8d6c3a95f26669a7a8b3fb8a4190e;p=alex.git Add 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 "$@"