mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Prevent environment leakage resulting in publishing drafts
This commit is contained in:
parent
0776f8115c
commit
5d55e46c68
1 changed files with 1 additions and 1 deletions
2
apply.nu
2
apply.nu
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Applies the changes to the site by uploading it to the VPS.
|
# Applies the changes to the site by uploading it to the VPS.
|
||||||
def main [] {
|
def main [] {
|
||||||
deno task build --location https://rgbcu.be/
|
LUME_DRAFTS=false deno task build --location https://rgbcu.be/
|
||||||
|
|
||||||
cd _site
|
cd _site
|
||||||
rsync --delete --recursive --compress ./ cube:/var/www/site
|
rsync --delete --recursive --compress ./ cube:/var/www/site
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue