chore: fix server-install.sh and update .env for Grav 2.0 production deploy
- server-install.sh: use GitHub releases URL (avoids channel suffix hack) - GRAV_VERSION bumped to 2.0.0-rc.10 in .env.example - production-todo.md: mark Phase 2.1 env vars as done Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ WEBROOT=/home/example.com/public_html
|
||||
SITE_CONFIG_DIR=/home/example.com/site-config
|
||||
|
||||
# Grav
|
||||
GRAV_VERSION=1.7.53
|
||||
GRAV_VERSION=2.0.0-rc.10
|
||||
|
||||
# Repos
|
||||
USER_REPO=https://gitea.example.com/org/intotheeast-user.git
|
||||
|
||||
Reference in New Issue
Block a user