diff --git a/content/blog/2023-03-28_brand-new-server.rst b/content/blog/2023-03-28_brand-new-server.rst new file mode 100644 index 0000000..2383e70 --- /dev/null +++ b/content/blog/2023-03-28_brand-new-server.rst @@ -0,0 +1,13 @@ +Brand New Server +################ +:author: tyrel +:category: Blog +:tags: blog +:status: published + +Per my last post, I did not succeed in cleaning off the malware. + +That machine is dead and I am now running on a $4/mo Digital Ocean droplet - much less power than before, but I don't really need it anymore now that I have my own server at home. + +I am sad I don't have a Pixelfed anymore, maybe I'll relaunch it some day. + diff --git a/tasks.py b/tasks.py index e635bf3..e5e8e3f 100644 --- a/tasks.py +++ b/tasks.py @@ -26,8 +26,8 @@ CONFIG = { # Output path. Can be absolute or relative to tasks.py. Default: 'output' 'deploy_path': SETTINGS['OUTPUT_PATH'], # Remote server configuration - 'ssh_user': 'tyrel', - 'ssh_host': 'tyrelsouza.com', + 'ssh_user': 'root', + 'ssh_host': 'tyrel.dev', 'ssh_port': '22', 'ssh_path': '/www/tyrel.dev/blog/', # Host and port for `serve`