Skip to content

lucaBazza/lucabazza.github.io

Repository files navigation

lucabazzanella.github.io

lucabazzanella.github.io

Hi there, I'm Luca - aka [Zabba][lucabazzanella.com] 👋

Website

I'm a Developer!!

  • 🌱 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

 

Deploy to production 2026

# 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

 

Deploy to production 2024

# 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

About

lucabazzanella.github.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors