lucabazzanella.github.io
- 🌱 I’m currently learning everything
- 👯 I’m looking to collaborate with other developers
- 🥅 2024 Goals: Contribute more to Open Source projects + create my own guitar amp sim
- ⚡ Fun fact: I love to compose and play guitar
test locally
docker run -d \
--name lucabazza.github.io \
-p 8080:80 \
registry.home.zabba.dev/lucabazza.github.io:latest
# build and push
docker --context default build \
--no-cache \
--push \
--platform linux/amd64 \
-t registry.public.bazza.club/lucabazza.github.io:latest .# 🍊 run production on hCloud server, proxied by traefik
docker --context hcloud compose \
-f ../../gitlab-zabba/orangepi/template-hcloud/compose.yml \
up zabba-dev -d
# build and push
docker build \
--no-cache \
--push \
-t registry.home.zabba.dev/lucabazza.github.io:latest .# 🍊 run production on pvt server
docker run -d \
--name lucabazza.github.io \
--network frontend \
--restart unless-stopped \
registry.home.zabba.dev/lucabazza.github.io:latest
12:08
