File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ const config = {
2929 host : env [ prefix + 'HOST' ] ,
3030 github : {
3131 user : env [ prefix + 'GITHUB_USER' ] ,
32- token : env [ prefix + 'GITHUB_TOKEN' ] , branch : env [ prefix + 'GITHUB_BRANCH' ]
32+ token : env [ prefix + 'GITHUB_TOKEN' ] ,
33+ branch : env [ prefix + 'GITHUB_BRANCH' ]
3334 } ,
3435 site : {
3536 url : env [ prefix + 'SITE_URL' ] ,
Original file line number Diff line number Diff line change 11{
22 "name" : " webpage-micropub-to-github" ,
3- "alias" : " xamdk -micropub.now.sh" ,
3+ "alias" : " johndoe -micropub.now.sh" ,
44 "public" : true ,
55 "version" : 1 ,
66 "type" : " docker" ,
77 "env" : {
88 "MICROPUB_TOKEN_ENDPOINT" : " https://tokens.indieauth.com/token" ,
9- "MICROPUB_TOKEN_ME" : " https://xam.dk " ,
9+ "MICROPUB_TOKEN_ME" : " https://johndoe.example " ,
1010 "MICROPUB_GITHUB_TOKEN" : " @micropub-github-token" ,
11- "MICROPUB_GITHUB_USER" : " maxandersen" ,
12- "MICROPUB_GITHUB_BRANCH" : " micropub" ,
13- "MICROPUB_SITE_GITHUB_REPO" : " xam.dk" ,
14- "MICROPUB_SITE_URL" : " https://xam.dk" ,
15- "MICROPUB_MEDIA_FILES_STYLE" : " \" media/:year-:month-:slug/:filesslug\" " ,
16- "MICROPUB_LAYOUT_NAME" : " false"
11+ "MICROPUB_GITHUB_USER" : " johndoe" ,
12+ "MICROPUB_SITE_GITHUB_REPO" : " johndoe.github.io" ,
13+ "MICROPUB_SITE_URL" : " https://johndoe.example"
1714 }
1815}
You can’t perform that action at this time.
0 commit comments