From de0592e64a68779dec2c5473dc6c18912e7e2318 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Wed, 17 Jul 2019 21:20:21 +0200 Subject: [PATCH] add protocol to host --- accounts/serverless.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accounts/serverless.yml b/accounts/serverless.yml index eb7d50b..0554228 100644 --- a/accounts/serverless.yml +++ b/accounts/serverless.yml @@ -27,9 +27,9 @@ custom: staging: vault-staging.offen.dev alpha: vault-alpha.offen.dev serverHost: - production: server.offen.dev - staging: server-staging.offen.dev - alpha: server-alpha.offen.dev + production: https://server.offen.dev + staging: https://server-staging.offen.dev + alpha: https://server-alpha.offen.dev domain: production: accounts.offen.dev staging: accounts-staging.offen.dev