forked from Qortal/q-blog
478 B
478 B
Gitea environment quick setup
- Create
.gitea.envin repo root (or reuse your existing one):
GITEA_BASE_URL=https://gitea.qortal.link
GITEA_TOKEN=your_40_char_token
OWNER=greenflame089
REPO=q-blog
- Verify:
bash scripts/tracker/with_env.sh .gitea.env bash scripts/tracker/verify_phase0.sh
Notes:
verify_phase0.shwill auto-load.gitea.envif env vars are missing.- If you already exported vars in your shell, you can call the script directly.