update server name to live

This commit is contained in:
L3D 2021-04-15 17:02:45 +02:00
parent edd7e48536
commit 221ce92f2a
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
2 changed files with 6 additions and 8 deletions

9
.gitignore vendored
View File

@ -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

View File

@ -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