Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
1 changed files with 3 additions and 10 deletions
13
README.md
13
README.md
|
|
@ -1,4 +1,4 @@
|
||||||
# <img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%23E8B730'/%3E%3Ctext y='.75em' x='50' text-anchor='middle' font-size='60' font-weight='bold' font-family='system-ui' fill='%23191919'%3EK%3C/text%3E%3C/svg%3E" width="36" height="36" alt="Karby logo" align="top"> Karby — Koolhydratenteller
|
# 🍞 Karby — Koolhydratenteller
|
||||||
|
|
||||||
Een Nederlandse **Progressive Web App** om snel en eenvoudig koolhydraten te tellen per eetmoment.
|
Een Nederlandse **Progressive Web App** om snel en eenvoudig koolhydraten te tellen per eetmoment.
|
||||||
|
|
||||||
|
|
@ -88,19 +88,12 @@ Tests dekken: zoeken, dagboek CRUD, maaltijden opslaan/bewerken, portie-aanpassi
|
||||||
cd docker
|
cd docker
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
# Deploy main → productie
|
# Deploy naar homelab
|
||||||
scp index.html core@homelab:/opt/stacks/eetdagboek/
|
scp index.html core@homelab:/opt/stacks/eetdagboek/
|
||||||
ssh core@homelab "docker cp /opt/stacks/eetdagboek/index.html eetdagboek:/usr/share/nginx/html/"
|
ssh core@homelab "docker cp /opt/stacks/eetdagboek/index.html eetdagboek:/usr/share/nginx/html/"
|
||||||
|
|
||||||
# Deploy develop → staging
|
|
||||||
scp index.html core@homelab:/opt/stacks/eetdagboek/
|
|
||||||
ssh core@homelab "docker cp /opt/stacks/eetdagboek/index.html eetdagboek-dev:/usr/share/nginx/html/"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
| Environment | URL |
|
Live op: **[eetdagboek.vantwout.dev](https://eetdagboek.vantwout.dev)**
|
||||||
|---|---|
|
|
||||||
| 🔵 Productie (`main`) | **[eetdagboek.vantwout.dev](https://eetdagboek.vantwout.dev)** |
|
|
||||||
| 🟠 Staging (`develop`) | **[dev.eetdagboek.vantwout.dev](https://dev.eetdagboek.vantwout.dev)** |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue