docs: remove Apache-2.0 license from README
Removes the license badge, the License section, and the LICENSE file reference. Fixes clone URL to use SSH and aligns the dev workflow to push to origin only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
14
README.md
14
README.md
@@ -8,7 +8,6 @@
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@@ -46,7 +45,7 @@ All containers share the external `breakpilot-network` Docker network and depend
|
|||||||
**Prerequisites:** Docker, Go 1.24+, Python 3.12+, Node.js 20+
|
**Prerequisites:** Docker, Go 1.24+, Python 3.12+, Node.js 20+
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance.git
|
git clone ssh://git@coolify.meghsakha.com:22222/Benjamin_Boenisch/breakpilot-compliance.git
|
||||||
cd breakpilot-compliance
|
cd breakpilot-compliance
|
||||||
|
|
||||||
# Copy and populate secrets (never commit .env)
|
# Copy and populate secrets (never commit .env)
|
||||||
@@ -66,15 +65,15 @@ docker compose -f docker-compose.yml -f docker-compose.hetzner.yml up -d
|
|||||||
|
|
||||||
## Development Workflow
|
## Development Workflow
|
||||||
|
|
||||||
Work on the `coolify` branch. Push to **both** remotes to trigger CI and deploy:
|
Work on the `coolify` branch. Push to `origin` to trigger CI and deploy:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout coolify
|
git checkout coolify
|
||||||
# ... make changes ...
|
# ... make changes ...
|
||||||
git push origin coolify && git push gitea coolify
|
git push origin coolify
|
||||||
```
|
```
|
||||||
|
|
||||||
Push to `gitea` triggers:
|
Push to `origin` triggers:
|
||||||
1. **Gitea Actions** — lint → test → validate (see CI Pipeline below)
|
1. **Gitea Actions** — lint → test → validate (see CI Pipeline below)
|
||||||
2. **Coolify** — automatic build + deploy (~3 min total)
|
2. **Coolify** — automatic build + deploy (~3 min total)
|
||||||
|
|
||||||
@@ -125,8 +124,3 @@ The `.claude/settings.json` `PreToolUse` hook blocks Claude Code from writing or
|
|||||||
| Gitea repo | <https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance> |
|
| Gitea repo | <https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance> |
|
||||||
| Gitea Actions | <https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance/actions> |
|
| Gitea Actions | <https://gitea.meghsakha.com/Benjamin_Boenisch/breakpilot-compliance/actions> |
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
Apache-2.0. See [LICENSE](LICENSE).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user