This commit is contained in:
parent
965fec95ac
commit
c05963ddb6
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue