diff --git a/app.manifest.yaml b/app.manifest.yaml index 70348bd..8f6cc69 100644 --- a/app.manifest.yaml +++ b/app.manifest.yaml @@ -25,10 +25,10 @@ platforms: bundle_id: com.lilith.mac-sync description: MacSync menu bar agent (Messages + Photos + Mail + Calendar + Reminders + Notes sync) start: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: deploy/deploy-remote.sh stop: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: | ssh plum "launchctl unload ~/Library/LaunchAgents/com.lilith.mac-sync.plist 2>/dev/null || true" status: @@ -51,10 +51,10 @@ platforms: port: "3201" description: Mac sync ingestion + query server (Bun/Hono) start: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: deploy/deploy-server.sh stop: - path: ~/Code/@applications/@mac-sync + path: ~/Code/@ct/@applications/macsync script: "ssh 209.38.51.98 'sudo systemctl stop mac-sync-server'" status: command: "ssh 209.38.51.98 'curl -sf http://localhost:3201/health > /dev/null && echo ok'"