Created
May 29, 2023 17:00
-
-
Save dpaluy/bee56dfd4a10e0e20580a38193e957bf to your computer and use it in GitHub Desktop.
Deploy Rails application to FlyIO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bundle add dockerfile-rails | |
| bin/rails g dockerfile | |
| brew add flyctl | |
| flyctl launch | |
| fly open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment