Ansible_Stamhoofd/roles/deploy/tasks/main.yml
2024-08-02 22:20:53 +02:00

10 lines
236 B
YAML
Executable File

---
- name: Copy build to production
copy:
src: /home/your_user/stamhoofd/build/
dest: /home/your_user/stamhoofd_prod/
delegate_to: prod_server
- name: Restart application
shell: |
systemctl restart stamhoofd