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

set -ue

run_id=$1
shift

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