new blog, and update remote
This commit is contained in:
parent
1d2e69924c
commit
ed1e541b33
13
content/blog/2023-03-28_brand-new-server.rst
Normal file
13
content/blog/2023-03-28_brand-new-server.rst
Normal file
@ -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.
|
||||
|
4
tasks.py
4
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`
|
||||
|
Loading…
Reference in New Issue
Block a user