Skip to content

Commit

Permalink
restart galaxy when tool installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Feb 19, 2024
1 parent 8e992ee commit d754d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy-preview/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
insertafter: '<section id="astro_staging"'
line: ' <tool file="{{ tool_dir }}_pr{{ pr_num }}/{{ item }}" />'
loop: "{{ tools_list }}"

- name: Restart Galaxy
command: galaxyctl restart
changed_when: true

0 comments on commit d754d57

Please sign in to comment.