Skip to content

Instantly share code, notes, and snippets.

View pawneetdev's full-sized avatar
☠️

Pawneet Singh pawneetdev

☠️
View GitHub Profile
@pawneetdev
pawneetdev / 0000_packages.config
Created November 12, 2018 07:17 — forked from gcarrion-gfrmedia/0000_packages.config
AWS Elastic Beanstalk Ruby 2.0/Puma Environment - .ebextensions tweaks and Sidekiq configuration. This is known to work fine with AWS Elastic Beanstalk 's 64bit Amazon Linux 2014.03 v1.0.1 running Ruby 2.0 (Puma) stack. Later stack versions might not work, but for that specific version works fine.
# Install Git needed for Git based gems
packages:
yum:
git: []