You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
I'm using git-deploy with Rails 6 and while I have workarounds for everything there are a few things left to be desired, and it's not fully automatic like it should be.
asset:precompile task is now wrong, because rails has done away with app/assets
For some reason, I have to regenerate my secret_key_base every time I deploy. I think this is my fault and I've taken steps to remove the credentials.yml.enc file from my repository, so we'll see if this goes away
Thanks @mislav !!! I use this stuff on everything!
The text was updated successfully, but these errors were encountered:
mixflame
changed the title
Rails 6 support in default scripts
Rails 6 support in default deploy scripts
Oct 5, 2019
Thanks for reporting! I don't use this myself much anymore, so this repo is basically archived, but if you want to send me a PR then I would gladly review it. 👍 ✨
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using git-deploy with Rails 6 and while I have workarounds for everything there are a few things left to be desired, and it's not fully automatic like it should be.
asset:precompile task is now wrong, because rails has done away with app/assets
For some reason, I have to regenerate my secret_key_base every time I deploy. I think this is my fault and I've taken steps to remove the credentials.yml.enc file from my repository, so we'll see if this goes away
Thanks @mislav !!! I use this stuff on everything!
The text was updated successfully, but these errors were encountered: