Browse Source

Cambio el comando en lanzaCron ya que, por alguna razón, ya no funcionaba.

main
Celestino Rey 3 years ago
parent
commit
68b6beb631
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Firefly/k8s-cluster/lanzaCron

+ 1
- 1
Firefly/k8s-cluster/lanzaCron View File

@ -1 +1 @@
kubectl exec `kubectl get pod -n firefly | grep -v mysql |grep -v phpmy |grep -v NAME|cut -c1-27` -n firefly -- runuser -u www-data /usr/local/bin/php /var/www/html/artisan firefly-iii:cron
kubectl exec deployment.apps/firefly-iii -n firefly -- runuser -u www-data /usr/local/bin/php /var/www/html/artisan firefly-iii:cron

Loading…
Cancel
Save