GrupoTP-37/codebase/test-all.yml
2023-10-29 16:34:24 +00:00

22 lines
No EOL
451 B
YAML

---
# Playbook to test the full deployment of laravel.io (from creation to destruction)
- import_playbook: laravelio-deploy.yml
- name: Tests
hosts: localhost
gather_facts: true
roles:
- { role: test_app }
- import_playbook: laravelio-undeploy.yml
- import_playbook: laravelio-deploy.yml
- name: Tests
hosts: localhost
gather_facts: yes
roles:
- { role: test_app }
- import_playbook: laravelio-undeploy.yml delete_data='true'