Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy using Kamal #145

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Deploy using Kamal #145

wants to merge 13 commits into from

Conversation

santiagorodriguez96
Copy link
Contributor

Motivation

This PR configures kamal so that we can start using it for deploying to our AWS servers.

Details

You will need an .env file with these secrets SECRET_KEY_BASE and POSTGRES_PASSWORD

Steps to set up the servers in AWS:

  1. Run this to install docker
sudo apt update
sudo apt install -y docker.io curl git
sudo usermod -a -G docker ubuntu
  1. Add any authorized keys for people that need to connect with ssh
  2. For the web server run this (needed to auto generate SSL certificates using LetsEncrypt)
mkdir -p /home/ubuntu/letsencrypt && touch /home/ubuntu/letsencrypt/acme.json && chmod 600 /home/ubuntu/letsencrypt/acme.json
  1. Enable HTTPS (443) incoming traffic in web instance
  2. Enable ports 5432 for incoming traffic in DB instance
  3. Run kamal setup

For normal deploys run kamal deploy.
If env vars change you will have to push them with kamal env push

@santiagorodriguez96 santiagorodriguez96 force-pushed the sr--setup-kamal branch 2 times, most recently from 68bc0b8 to 5756295 Compare April 5, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant