... deployed to Now
copied from... Postgres Example
yarn install
echo `MYSQL_CLOUD_URL="mysql://user:password@mysql.server.com:3306/myDatabase?sslmode=preferred"` > .env
now secret add MYSQL_CLOUD_URL "mysql://user:password@mysql.server.com:3306/myDatabase?sslmode=preferred"
now -e MYSQL_CLOUD_URL=@mysql_cloud_url