infrastructure/ansible/roles/bsky/handlers/main.yml
Jake Howard 13066ed8f1
All checks were successful
/ ansible (push) Successful in 1m43s
/ terraform (push) Successful in 54s
Deploy bluesky PDS
2024-11-17 20:52:24 +00:00

4 lines
90 B
YAML

- name: restart bsky
shell:
chdir: /opt/bsky
cmd: "{{ docker_update_command }}"