Skip to content
Snippets Groups Projects
Commit 9004047a authored by jurgenhaas's avatar jurgenhaas
Browse files

Fi crontab template

parent 9ced0bb6
No related branches found
No related tags found
1 merge request!95Merging develop into main
Pipeline #1180840 passed with warnings
......@@ -5,6 +5,6 @@ tty = true
user = {{ line.user }}
schedule = {{ line.schedule }}
container = {{ projectname }}-php-1
command = sh -c \"{{ line.command|raw|replace({'/usr/local/bin/drush': '/var/www/html/vendor/bin/drush'}) }}{% if line.ping_url %} && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ line.ping_url }}{% endif %}\"
command = sh -c \"{{ line.command|raw|replace({'/usr/local/bin/drush': '/var/www/html/vendor/bin/drush'})|raw }}{% if line.ping_url %} && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ line.ping_url }}{% endif %}\"
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment