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

Prevent environment leakage resulting in publishing drafts

This commit is contained in:
RGBCube 2024-04-16 17:01:31 +03:00
parent 0776f8115c
commit 5d55e46c68
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
# Applies the changes to the site by uploading it to the VPS.
def main [] {
deno task build --location https://rgbcu.be/
LUME_DRAFTS=false deno task build --location https://rgbcu.be/
cd _site
rsync --delete --recursive --compress ./ cube:/var/www/site