Configure/deploy new akkounts Rails app #242
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/akkounts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running on https://accounts.kosmos.org now.
closes #238
LGTM apart from my comment about the unsed resource!
@ -45,0 +49,4 @@
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production"
execute "systemctl daemon-reload" do
This resource isn't used, you can delete it. It isn't needed since we're using a
systemd_unit
resourceThanks! That's a leftover from the Mastodon recipe, and the systemd resource didn't exist when I wrote that.
unused, not unsed. Can't find a way to edit that comment since it's a review
Yeah, I hope they fix that (if it's even still the case in the latest release).
👍