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