blender-open-data/playbooks/deploy.yaml

13 lines
269 B
YAML

---
- hosts: application
gather_facts: false
become: true
become_user: "{{ user }}"
roles: [common]
tasks:
- import_tasks: tasks/pull.yaml
- import_tasks: tasks/migrate_and_collectstatic.yaml
vars:
venv_path: "{{ dir.source }}/website"