Update changelog RSS configuration (#30024)

New server
This commit is contained in:
Pieter-Jan Briers
2024-07-14 01:18:12 +02:00
committed by GitHub
parent f687124312
commit 85fba9809a

View File

@@ -29,7 +29,7 @@ CHANGELOG_RSS_KEY = os.environ.get("CHANGELOG_RSS_KEY")
# Change these to suit your server settings # Change these to suit your server settings
# https://docs.fabfile.org/en/stable/getting-started.html#run-commands-via-connections-and-run # https://docs.fabfile.org/en/stable/getting-started.html#run-commands-via-connections-and-run
SSH_HOST = "centcomm.spacestation14.io" SSH_HOST = "moon.spacestation14.com"
SSH_USER = "changelog-rss" SSH_USER = "changelog-rss"
SSH_PORT = 22 SSH_PORT = 22
RSS_FILE = "changelog.xml" RSS_FILE = "changelog.xml"