Skip to content

Commit

Permalink
feat: always enable disvoery on production
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Apr 15, 2024
1 parent 6eadcd2 commit 7b6a452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/host_vars/community_theme/config.yml
Expand Up @@ -17,6 +17,7 @@ tutor_post_hooks:
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable caddy_proxy"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable codejail"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable wordpress-production"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable discovery"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} config save"


0 comments on commit 7b6a452

Please sign in to comment.