Fix: Use placeholders instead of hardcoded template repo path

Changed deployment key instructions to use YOUR-USERNAME/YOUR-REPO
instead of hardcoded template path. This is a TEMPLATE - users
deploy their own repositories, not the template repository.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ryan.gogo
2026-02-15 14:28:55 +01:00
parent af49e7982c
commit a9487484fe

View File

@@ -255,7 +255,7 @@ saac create application \
```
**Note:** The first deployment may fail if the deployment key is not approved. To fix:
1. Go to: `https://git.startanaicompany.com/StartAnAiCompanyTemplates/template_001/settings/keys`
1. Go to: `https://git.startanaicompany.com/YOUR-USERNAME/YOUR-REPO/settings/keys`
2. Approve any deployment keys that appear
3. Redeploy with: `saac deploy`