1
Fork 0
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:
RGBCube 2024-04-18 13:41:07 +03:00
parent 6501413ccf
commit 59606e57d5
No known key found for this signature in database

View file

@ -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)"