0
1
Fork 0

Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2022-05-08 23:44:20 +02:00
parent f5e1b11df9
commit 60561265e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
- node.role == worker - node.role == worker
cron: cron:
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?} image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?}
command: 'cron -f' command: '[[ $NODE_ENV == "production" ]] && cron -f'
configs: configs:
- source: config - source: config
target: /etc/hedera-web/config.my.php target: /etc/hedera-web/config.my.php