Skip to content

Commit 013eda2

Browse files
authored
Merge pull request #43 from GhDj/hotfix/deploy-build-env
hotfix: unblock deploy build (visitor-tracker auth env)
2 parents 048e772 + f0ec4c1 commit 013eda2

2 files changed

Lines changed: 7 additions & 18 deletions

File tree

.claude/settings.local.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Deploy via SFTP
1212

13+
env:
14+
# Required at build time only: composer install runs package:discover,
15+
# which boots the visitor-tracker package and trips its dashboard guard
16+
# if no auth method is configured. The runner has no .env, so set this
17+
# here to match prod posture (server's .env handles the actual setting).
18+
VISITOR_TRACKER_ALLOW_UNPROTECTED: true
19+
1320
steps:
1421
- name: Checkout code
1522
uses: actions/checkout@v4

0 commit comments

Comments
 (0)