You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modify config/initializers/devise.rb:25 to not use [email protected] but instead use ubuntu@$CONTRADB_DOMAIN or even Rails.application.credentials.admin.username. I'm getting real emails with this as the reply-to, which is bad since it's not actually an email box.
default to master branch instead of terraform branch
add story to change default branch
add story to get totally off rbenv, e.g. in gitlab, documentation.
The text was updated successfully, but these errors were encountered:
Port from Digital Ocean to an AWS EC2.
Automate Deployment using Terraform.
certbot.sh
by using terraform to configure namecheap (or transfer domain to amazon)terraform/contradb.tfbackend
as mentioned in the READMEconfig.force_ssl = true
inproduction.rb
when$CONTRADB_DOMAIN
is realterraform destroy
staging siteconfig/initializers/devise.rb:25
to not use[email protected]
but instead use ubuntu@$CONTRADB_DOMAIN or evenRails.application.credentials.admin.username
. I'm getting real emails with this as the reply-to, which is bad since it's not actually an email box.master
branch instead ofterraform
branchrbenv
, e.g. in gitlab, documentation.The text was updated successfully, but these errors were encountered: