Skip to content

Commit 605b42f

Browse files
committed
ci: fix paperclip dir name
1 parent aaf5635 commit 605b42f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: ${{ secrets.VPS_SSH_KEY }}
2222
passphrase: ${{ secrets.VPS_SSH_KEY_PASSPHRASE }}
2323
script: |
24-
cd /opt/paperclip-mcp
24+
cd /opt/paperclip
2525
git fetch origin main
2626
git reset --hard origin/main
2727
@@ -55,9 +55,9 @@ jobs:
5555
key: ${{ secrets.VPS_SSH_KEY }}
5656
passphrase: ${{ secrets.VPS_SSH_KEY_PASSPHRASE }}
5757
script: |
58-
cd /opt/paperclip-mcp
58+
cd /opt/paperclip
5959
echo "🔍 Filtered logs for debugging:"
6060
echo "--- Traefik status ---"
6161
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

0 commit comments

Comments
 (0)