aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/deploy_ragent_from_github
blob: a643e020692665b85a62b35c82b8b89d52127f24 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -ue

run_id=$1
shift

ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@"