You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
msg: "Site `{{ site | default('') }}` is not valid. Available apps to deploy: {{ laravel_apps.keys() | join(', ') }}"
when: laravel_apps[site | default('')] is not defined
- name: Ensure repo is valid
connection: local
fail:
msg: |
Invalid Git repository.
Ensure that your site's `repo` variable is defined in `group_vars/{{ env }}/laravel_apps.yml` and uses the SSH format (example: [email protected]:example/example.git)
when: project.repo is not defined or not project.repo | match(".*@.*:.*\.git")