mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
Upload to disk host as well
This commit is contained in:
parent
6501413ccf
commit
59606e57d5
1 changed files with 1 additions and 1 deletions
2
apply.nu
2
apply.nu
|
@ -5,7 +5,7 @@ def main [] {
|
|||
LUME_DRAFTS=false deno task build --location https://rgbcu.be/
|
||||
|
||||
cd _site
|
||||
rsync --delete --recursive --compress ./ cube:/var/www/site
|
||||
[cube disk] | par-each { rsync --delete --delete-excluded --recursive --compress ./ ($in + ":/var/www/site") }
|
||||
cd -
|
||||
|
||||
echo $"(ansi green)Successfully uploaded!(ansi reset)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue