Browse Source

Añado entra.sh y lanzaCron

main
Celestino Rey 3 years ago
parent
commit
4b48a4a723
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      Firefly/k8s-cluster/entra.sh
  2. +1
    -0
      Firefly/k8s-cluster/lanzaCron

+ 1
- 0
Firefly/k8s-cluster/entra.sh View File

@ -0,0 +1 @@
kubectl exec -ti deployment.apps/firefly-iii -n firefly -- /bin/bash

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

@ -0,0 +1 @@
kubectl exec -ti `kubectl get pod -n firefly | grep -v mysql |grep -v phpmy |grep -v NAME|cut -c1-27` -n firefly -- /usr/local/bin/php /var/www/html/artisan firefly-iii:cron

Loading…
Cancel
Save