wisski-cloud-distillery/embed/resources/runtime/utils/cron.sh
Tom Wiesing 2881a5f65c
resolver: Use self-built image
This commit updates the resolver component to use an image that is built
locally.
2022-09-09 18:01:57 +02:00

8 lines
No EOL
174 B
Bash
Executable file

#!/bin/bash
# This utility script can be used to run all cron tasks.
cd /var/www/data/project || exit 1
export PATH=/var/www/data/project/vendor/bin:$PATH
drush core-cron