This commit is contained in:
Leandro Facchinetti 2020-03-20 10:53:52 -04:00
parent 965fec95ac
commit c05963ddb6
2 changed files with 0 additions and 7 deletions

View File

@ -49,10 +49,6 @@
"ref": "origin/master",
"repo": "git@github.com:leafac/www.kill-the-newsletter.com.git",
"path": "/root/www.kill-the-newsletter.com",
"pre-setup-documentation": [
"https://github.com/nodesource/distributions#debinstall",
"https://certbot.eff.org/docs/install.html"
],
"pre-setup": "ssh -o StrictHostKeyChecking=no git@github.com; apt-get update; apt-get install -y build-essential software-properties-common; curl -sL https://deb.nodesource.com/setup_13.x | bash -; add-apt-repository universe; add-apt-repository ppa:certbot/certbot; apt-get install -y nodejs certbot",
"ssh_options": [
"ForwardAgent=yes",

View File

@ -213,9 +213,6 @@ function Created({ inbox: { name, token } }: { inbox: Inbox }) {
);
}
// https://validator.w3.org/feed/docs/atom.html
// https://validator.w3.org/feed/#validate_by_input
function Feed(inbox: Inbox) {
const { name, token } = inbox;
return {