diff --git a/sitio/package.json b/sitio/package.json index ba41952..94f4c4f 100644 --- a/sitio/package.json +++ b/sitio/package.json @@ -6,6 +6,7 @@ "dev": "vite dev", "build": "vite build", "build:container": "bun --bun vite build && podman build -t gitea.nulo.in/nulo/preciazo/sitio .", + "push:container": "bun build:container && podman push gitea.nulo.in/nulo/preciazo/sitio", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",