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