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:
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
|
||||
|
||||
for host in [best, disk] {
|
||||
{
|
||||
let host = "best";
|
||||
|
||||
ssh -qtt $host "sudo nu -c '
|
||||
mkdir /var/www
|
||||
chown nginx:users -R /var/www
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue