Browse Source

Scripted auto-commit on change (2020-05-25 22:09:20) by gitwatch.sh

master
jk 4 years ago
parent
commit
ff57d506f1
  1. 2
      .drone.yml
  2. 2
      layouts/_default/rss.xml

2
.drone.yml

@ -20,7 +20,7 @@ steps:
- name: deploy
image: appleboy/drone-scp
settings:
host: 192.168.1.85
host: 192.168.1.17
target: /var/www/nipponalba/jk
source: public/*
username: jk

2
layouts/_default/rss.xml

@ -19,7 +19,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}</description>
<description>{{ .Content | html }}<p>({{ .Permalink }})</p></description>
</item>
{{ end }}
</channel>