From ecbf126619d8359aa0f870da78e574a300edc0c2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 26 Dec 2023 17:44:17 -0300 Subject: [PATCH] agregar script para pushear container --- sitio/package.json | 1 + 1 file changed, 1 insertion(+) 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",