comprimir scp

This commit is contained in:
Cat /dev/Nulo 2023-05-10 09:17:32 -03:00
parent 591bb55af1
commit 5b8b11b0e8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"upload": "scp -rP993 dist/* root@nulo.in:/var/www/beta.schreiben.nulo.ar/"
"upload": "scp -CrP993 dist/* root@nulo.in:/var/www/beta.schreiben.nulo.ar/"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^2.1.2",