File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
key : ${{ secrets.VPS_SSH_KEY }}
22
22
passphrase : ${{ secrets.VPS_SSH_KEY_PASSPHRASE }}
23
23
script : |
24
- cd /opt/paperclip-mcp
24
+ cd /opt/paperclip
25
25
git fetch origin main
26
26
git reset --hard origin/main
27
27
55
55
key : ${{ secrets.VPS_SSH_KEY }}
56
56
passphrase : ${{ secrets.VPS_SSH_KEY_PASSPHRASE }}
57
57
script : |
58
- cd /opt/paperclip-mcp
58
+ cd /opt/paperclip
59
59
echo "🔍 Filtered logs for debugging:"
60
60
echo "--- Traefik status ---"
61
61
docker-compose logs --tail=50 traefik | grep -E "(ERROR|WARN|Ready|Starting|tls|certificate)" | head -30
62
- echo "--- Paperclip MCP status ---"
63
- docker-compose logs --tail=50 paperclip-mcp | grep -E "(ERROR|WARN|Ready|Starting|Listening|Build)" | head -30
62
+ echo "--- Paperclip MCP Server status ---"
63
+ docker-compose logs --tail=50 paperclip | grep -E "(ERROR|WARN|Ready|Starting|Listening|Build)" | head -30
You can’t perform that action at this time.
0 commit comments