diff options
| author | alex <alex@pdp7.net> | 2024-01-30 00:33:13 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-01-30 00:33:13 +0100 |
| commit | 0eeea9dfb4c8d6c3a95f26669a7a8b3fb8a4190e (patch) | |
| tree | dd977e97a573a7e002ad8fd7aeb1018202bf85bf /personal_infra/deploy_ragent_from_github | |
| parent | 4f2c6f99fea101bf37da59361962fd649d774ee6 (diff) | |
Add deploy_ragent_from_github
Diffstat (limited to 'personal_infra/deploy_ragent_from_github')
| -rwxr-xr-x | personal_infra/deploy_ragent_from_github | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/personal_infra/deploy_ragent_from_github b/personal_infra/deploy_ragent_from_github new file mode 100755 index 00000000..a643e020 --- /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 "$@" |
