From 2e119c8ab96e13d7711e2cfeea573fb17e97e2ac Mon Sep 17 00:00:00 2001 From: niuzhaolong Date: Sun, 19 Oct 2025 01:42:09 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=8F=98=E4=B8=BA?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=8C=96=E7=9A=84caddy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - content/posts/change-of-values.md | 2 +- deploy | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 426db00..8377c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ public/ .DS_Store resources/ -content resources public diff --git a/content/posts/change-of-values.md b/content/posts/change-of-values.md index 5541c29..fbc0405 100644 --- a/content/posts/change-of-values.md +++ b/content/posts/change-of-values.md @@ -31,4 +31,4 @@ tags = ["日常", "碎碎念", "价值观"] 但是截止目前,我还是决定坚持我此前的价值观,并努力成为这个标准下更好的自己。因为我没来由地觉得,对于市场来说,我觉得有上面那样氛围的团队没什么前途,需要改变的是团队的环境, 而不是团队中的个体。 -*P.S. 可能有些哲学名词和逻辑有一些问题,我哲学的书实在是读的太少了。* +*P.S. 可能有些哲学名词和逻辑有一些问题,我哲学的书实在是读的太少了,真的。* diff --git a/deploy b/deploy index 2255eca..e43440f 100755 --- a/deploy +++ b/deploy @@ -1,7 +1,7 @@ #!/bin/sh -USER=www +USER=root HOST=uniu.net.cn -DIR=www/html # the directory where your website files should go +DIR=services/hugo_site_obj # the directory where your website files should go hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} # this will delete everything on the server that's not in the local public folder