mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
chore: only upload to a single host
This commit is contained in:
parent
f504e65801
commit
3f791ba1a4
1 changed files with 3 additions and 1 deletions
4
apply.nu
4
apply.nu
|
@ -27,7 +27,9 @@ def main [] {
|
||||||
|
|
||||||
cd _site
|
cd _site
|
||||||
|
|
||||||
for host in [best, disk] {
|
{
|
||||||
|
let host = "best";
|
||||||
|
|
||||||
ssh -qtt $host "sudo nu -c '
|
ssh -qtt $host "sudo nu -c '
|
||||||
mkdir /var/www
|
mkdir /var/www
|
||||||
chown nginx:users -R /var/www
|
chown nginx:users -R /var/www
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue