diff --git a/.env b/.env new file mode 100644 index 0000000..d3ecdf1 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +RAILS_ENV=production \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e905ce6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec rails s -p $PORT -e $RAILS_ENV \ No newline at end of file -- libgit2 0.21.2