Skip to content

Commit

Permalink
Update profile_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok authored Mar 2, 2020
1 parent ab7c7c4 commit 72a49b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/reinstall/profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

- name: Installing drupal
sudo: yes
shell: "{{ php_env_vars }} drush -y si {{ installation_profile_name }} openy_terms_of_use.agree_openy_terms=1 install_configure_form.enable_update_status_emails=NULL --db-url=mysql://{{ mysql_user }}:{{ mysql_pass }}@127.0.0.1:/{{ mysql_db }} --account-name={{ drupal_user }} --account-pass={{ drupal_pass }} --uri={{ site_url }}"
shell: "{{ php_env_vars }} drush -y si {{ installation_profile_name }} {{ openy_profile_install_settings }} openy_terms_of_use.agree_openy_terms=1 install_configure_form.enable_update_status_emails=NULL --db-url=mysql://{{ mysql_user }}:{{ mysql_pass }}@127.0.0.1:/{{ mysql_db }} --account-name={{ drupal_user }} --account-pass={{ drupal_pass }} --uri={{ site_url }}"
when: run_installation_process

0 comments on commit 72a49b0

Please sign in to comment.