merca y ch

This commit is contained in:
Marcelo
2026-03-31 13:21:48 +00:00
commit 773bfab393
326 changed files with 52705 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Casa Benell Marketing Meta Daily Sync
After=network.target benell.service
Wants=benell.service
[Service]
Type=oneshot
User=mdares03
Group=mdares03
WorkingDirectory=/home/mdares03/benell
EnvironmentFile=-/home/mdares03/benell/.env
EnvironmentFile=-/home/mdares03/benell/.env.local
ExecStart=/bin/bash -lc 'set -euo pipefail; test -n "${MARKETING_SYNC_CRON_SECRET:-}"; curl -fsS -X POST "http://127.0.0.1:${PORT:-3000}/api/marketing/meta/sync" -H "Authorization: Bearer ${MARKETING_SYNC_CRON_SECRET}" -H "Content-Type: application/json" --data "{}"'
StandardOutput=journal
StandardError=journal