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

Deployment using render.com and AWS S3 for images #33

Merged
merged 19 commits into from
Feb 28, 2024
Merged

Conversation

Estete9
Copy link
Collaborator

@Estete9 Estete9 commented Feb 27, 2024

In this PR:

  • Modified the production section in database.yml so:

    • It has a host
    • The host, username, and password attributes to dynamically insert the value of the environment variable names Ex: <%= ENV["BOOK_CAR_API_DATABASE_HOST"] %>
  • Add ASW S3 configurations

    • Modify the production and development environments so they save files using AWS
    • Add and encrypt AWS IAM access key and secret access key
    • Implement S3 configuration in storage.yml
    • Include aws gem
  • Setup for Render.com

    • Created a DB in render
    • Deployed a web server in render

Copy link
Collaborator

@tomasesquivelgc tomasesquivelgc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Status: Approved ✅

The changes are working perfectly! There's nothing more to say so.. It's time to merge :shipit:

download

@Estete9 Estete9 merged commit 05a2e38 into dev Feb 28, 2024
3 checks passed
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.

3 participants