From feb049f26aa2ad8ced6273cf601346267e3b2ce7 Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 20 Oct 2021 19:25:47 +0200 Subject: [PATCH] use `mokhtar@shellphone.app` as email sender --- fly.dev.toml | 2 +- fly.prod.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fly.dev.toml b/fly.dev.toml index ad01ef7..29527b8 100644 --- a/fly.dev.toml +++ b/fly.dev.toml @@ -15,7 +15,7 @@ processes = [] NODE_ENV = "production" AWS_S3_REGION = "eu-west-3" AWS_SES_REGION = "eu-central-1" - AWS_SES_FROM_EMAIL = "mokhtar@fss.dev" + AWS_SES_FROM_EMAIL = """"Mokhtar from Shellphone" """ QUIRREL_API_URL = "https://queue.mokhtar.dev" QUIRREL_BASE_URL = "dev.shellphone.app" APP_BASE_URL = "dev.shellphone.app" diff --git a/fly.prod.toml b/fly.prod.toml index 8f7e72a..0d05224 100644 --- a/fly.prod.toml +++ b/fly.prod.toml @@ -15,7 +15,7 @@ processes = [] NODE_ENV = "production" AWS_S3_REGION = "eu-west-3" AWS_SES_REGION = "eu-central-1" - AWS_SES_FROM_EMAIL = "mokhtar@fss.dev" + AWS_SES_FROM_EMAIL = """"Mokhtar from Shellphone" """ QUIRREL_API_URL = "https://queue.mokhtar.dev" QUIRREL_BASE_URL = "www.shellphone.app" APP_BASE_URL = "www.shellphone.app" @@ -23,7 +23,7 @@ processes = [] SENTRY_PROJECT = "shellphone" [deploy] - release_command = "/app/node_modules/.bin/blitz prisma migrate deploy" + release_command = "sh /app/release.sh" [experimental] allowed_public_ports = []