update server name to live
This commit is contained in:
parent
edd7e48536
commit
221ce92f2a
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
|
### Lektor ###
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos
|
temp/
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,adobe,windows,macos
|
|
||||||
|
|
||||||
### Adobe ###
|
### Adobe ###
|
||||||
# Adobe Source Files
|
# Adobe Source Files
|
||||||
@ -31,7 +30,7 @@ Icon
|
|||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
.VolumeIcon.icns
|
||||||
.com.apple.timemachine.donotpresent
|
.com.apple.timemachine.donotpresent
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
.AppleDB
|
.AppleDB
|
||||||
@ -86,5 +85,3 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos
|
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
name = WTF Kooperative eG
|
name = WTF Kooperative eG
|
||||||
url = https://wtf-eg.de/
|
url = https://wtf-eg.de/
|
||||||
url_style = absolute
|
url_style = absolute
|
||||||
|
output_path = temp/builds/wtf-eg.de/
|
||||||
|
|
||||||
[servers.preview]
|
[servers.live]
|
||||||
name = preview
|
name = live
|
||||||
url = https://wtf-eg.de/
|
url = https://wtf-eg.de/
|
||||||
url_style = absolute
|
url_style = absolute
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user