fix
Deploy app frontend / app frontend (push) Successful in 2m40s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m37s
Deploy service tg-bot / service tg-bot (push) Failing after 2m0s
Deploy app frontend / app frontend (push) Successful in 2m40s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m37s
Deploy service tg-bot / service tg-bot (push) Failing after 2m0s
This commit is contained in:
@@ -6,6 +6,10 @@ if (!process.env.READ_BASE_URL) {
|
||||
throw new Error("Необходимо указать READ_BASE_URL в переменных окружения.");
|
||||
}
|
||||
|
||||
if (!process.env.APP_BASE_URL) {
|
||||
throw new Error("Необходимо указать APP_BASE_URL в переменных окружения.");
|
||||
}
|
||||
|
||||
if (!process.env.API_URL) {
|
||||
throw new Error("Environment variable API_URL is not set");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user