clean: remove .pi/ config from calvana repo — lives in pi-vs-claude-code now
- Removed all .pi/ (agents, themes, extensions, skills, observatory) - Removed CLAUDE.md (belongs in parent pi repo) - Added .pi/ and CLAUDE.md to .gitignore - Added .pi/ to pledge-now-pay-later/.gitignore
This commit is contained in:
@@ -37,8 +37,9 @@ incus exec ${CONTAINER} -- bash -c '
|
||||
# BuildKit build with npm + Next.js cache mounts
|
||||
docker buildx build -t pnpl-app:latest --load . 2>&1 | tail -8
|
||||
|
||||
# Rolling restart
|
||||
docker service update --force --image pnpl-app:latest pnpl_app 2>&1 | tail -2
|
||||
# Restart via docker compose (matches Dokploy)
|
||||
cd /etc/dokploy/compose/pnpl/code
|
||||
docker compose -p pnpl up -d --force-recreate app 2>&1 | tail -4
|
||||
|
||||
# Clean dangling only (preserve build cache!)
|
||||
docker image prune -f 2>&1 | tail -1
|
||||
|
||||
Reference in New Issue
Block a user