1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

chore: only upload to a single host

This commit is contained in:
RGBCube 2025-02-28 00:35:24 +03:00
parent f504e65801
commit 3f791ba1a4
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -27,7 +27,9 @@ def main [] {
cd _site
for host in [best, disk] {
{
let host = "best";
ssh -qtt $host "sudo nu -c '
mkdir /var/www
chown nginx:users -R /var/www