Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .claude/settings.local.json

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
name: Deploy via SFTP

env:
# Required at build time only: composer install runs package:discover,
# which boots the visitor-tracker package and trips its dashboard guard
# if no auth method is configured. The runner has no .env, so set this
# here to match prod posture (server's .env handles the actual setting).
VISITOR_TRACKER_ALLOW_UNPROTECTED: true

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down