Skip to content

Commit 10c3803

Browse files
authored
Merge pull request #71 from chai2010/dev
fix gopath, add notification, remove drone
2 parents fdf8a83 + ac0f549 commit 10c3803

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Caddyfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ gzip
1111
root /srv/openpitrix.github.io/public
1212
hugo /srv/openpitrix.github.io
1313

14-
gopkg /openpitrix https://github.com/openpitrix/openpitrix
15-
gopkg /libconfd https://github.com/openpitrix/libconfd
16-
gopkg /metadata https://github.com/openpitrix/metadata
17-
gopkg /metad https://github.com/openpitrix/metad
18-
gopkg /drone https://github.com/openpitrix/drone
19-
gopkg /logger https://github.com/openpitrix/logger
14+
gopkg /openpitrix https://github.com/openpitrix/openpitrix
15+
gopkg /libconfd https://github.com/openpitrix/libconfd
16+
gopkg /metadata https://github.com/openpitrix/metadata
17+
gopkg /metad https://github.com/openpitrix/metad
18+
gopkg /logger https://github.com/openpitrix/logger
19+
gopkg /notification https://github.com/openpitrix/notification
2020

2121
git {
2222
path /srv/openpitrix.github.io

Caddyfile.local

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ errors stdout
1010
root /srv/openpitrix.github.io/public
1111
on startup hugo
1212

13-
gopkg /openpitrix https://github.com/openpitrix/openpitrix
14-
gopkg /libconfd https://github.com/openpitrix/libconfd
15-
gopkg /metadata https://github.com/openpitrix/metadata
16-
gopkg /metad https://github.com/openpitrix/metad
17-
gopkg /drone https://github.com/openpitrix/drone
18-
gopkg /logger https://github.com/openpitrix/logger
13+
gopkg /openpitrix https://github.com/openpitrix/openpitrix
14+
gopkg /libconfd https://github.com/openpitrix/libconfd
15+
gopkg /metadata https://github.com/openpitrix/metadata
16+
gopkg /metad https://github.com/openpitrix/metad
17+
gopkg /logger https://github.com/openpitrix/logger
18+
gopkg /notification https://github.com/openpitrix/notification
1919

0 commit comments

Comments
 (0)