diff --git a/.github/workflows/artisan-run.yml b/.github/workflows/artisan-run.yml index 4c787c1a..ab0f9b6c 100644 --- a/.github/workflows/artisan-run.yml +++ b/.github/workflows/artisan-run.yml @@ -77,9 +77,11 @@ jobs: - name: Run artisan on prod run: | set -o pipefail + CMD_B64=$(printf '%s' "$CMD" | base64 -w0) ssh -i ~/.ssh/liderra_deploy ${{ env.LIDERRA_USER }}@${{ env.LIDERRA_HOST }} \ - "CMD=$(printf '%q' \"$CMD\") bash -s" <<'REMOTE' | tee /tmp/artisan-output.log + "CMD_B64='$CMD_B64' bash -s" <<'REMOTE' | tee /tmp/artisan-output.log set +e + CMD=$(echo "$CMD_B64" | base64 -d) cd /var/www/liderra/app echo "=== Running: php artisan $CMD on $(hostname) at $(date -u) ===" sudo -u www-data php artisan $CMD 2>&1 diff --git a/docs/observer/STATUS.md b/docs/observer/STATUS.md index d58b87e6..ec5b9802 100644 --- a/docs/observer/STATUS.md +++ b/docs/observer/STATUS.md @@ -1,6 +1,6 @@ # Brain Status (auto-generated) -Last updated: 2026-05-29T02:06:45.148Z +Last updated: 2026-05-29T02:07:51.664Z | Контролёр | Состояние | Детали | |---|---|---|