forked from verdnatura/hedera-web
Jenkinsfile fixes
This commit is contained in:
parent
f5e1b11df9
commit
60561265e8
|
@ -23,7 +23,7 @@ services:
|
|||
- node.role == worker
|
||||
cron:
|
||||
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?}
|
||||
command: 'cron -f'
|
||||
command: '[[ $NODE_ENV == "production" ]] && cron -f'
|
||||
configs:
|
||||
- source: config
|
||||
target: /etc/hedera-web/config.my.php
|
||||
|
|
Loading…
Reference in New Issue