Some checks reported errors
continuous-integration/drone/push Build encountered an error
3 lines
133 B
Bash
3 lines
133 B
Bash
#!/bin/sh
|
|
|
|
echo '15,45 * * * * docker exec $(docker ps -qf 'name=${STACK_NAME}_app') pretix runperiodic' | crontab - && crond -f -d 8 |