chore(macsync): update self-path to @ct/@applications after reorg
Some checks are pending
Swift Build & Test / swift build + test (push) Waiting to run
Some checks are pending
Swift Build & Test / swift build + test (push) Waiting to run
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4ea358035a
commit
144571d042
1 changed files with 4 additions and 4 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue