Closed eiguike closed 6 years ago
Why this PR failed? :( @Darkkgreen
CircleCI is looking for a dev database called development and you're passing 'db'
Okay, so the problem is a little bit different than I initially thought: I guess we're probably doing something twice: once on CircleCI config file and once on Docker config file. I guess we should rewrite everything, leaving to CircleCI only testing stuff, while Docker should config the new environment
Wait what
Resolving conflicts
Oh ok limão, dunno what I was thinking
Lmao* xd
Docker working! @Darkkgreen could you please give the errors message from circle-ci? I can't access the link below.
Did you signup to CircleCI? Since you're in the same org as me, you do have access to it
We'll have to merge our PRs, since I changed CircleCI's config file. I guess we can merge this and fix our differences later (when I merge my PR). Or I can merge the other one and you pull the master changes into this one. Your call
1 Warning | |
---|---|
:warning: | Big fucking PR |
Generated by :no_entry_sign: Danger
Hello!
This pull-request contains the implementations needed to make Docker working properly in this Rails App, to accomplish this task, I had to modify some parameters into
database.yml
, added some files needed to create a docker image, documented how to use Docker and added new lines into .gitignore.That's it! If you find something wrong, please let me know.
Thanks!