1
0

remove Pregen ymls and renamed production-traefik fodler

This commit is contained in:
Andrew Camilleri
2018-09-30 10:14:58 +02:00
parent 70e2b2c125
commit 8d2fe8e8b9
12 changed files with 2 additions and 723 deletions

View File

@@ -30,7 +30,7 @@ If ($BTCPAYGEN_REVERSEPROXY -eq "nginx") {
}
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
Copy-Item ".\Production-Traefik\traefik.toml" -Destination ".\Generated"
Copy-Item ".\Traefik\traefik.toml" -Destination ".\Generated"
New-Item ".\Generated\acme.json" -type file
}