Kledin85 / adopt_dont_shop

1 stars 0 forks source link

Deploy your applications to fly.io #3

Open Kledin85 opened 1 year ago

Kledin85 commented 1 year ago

As a visitor of the site I will perform all user stories By visiting the application on Fly.io. Localhost is fine for development, but the application must be hosted on Fly.io.

Using any sort of Continuous Integration is not allowed.

Use these guides: https://backend.turing.edu/module2/misc/deploying_with_fly

JustJakeSeymour commented 1 year ago

I've set up a heroku account and an app address, plus synced it to our repo via the command line interface.

At this moment there is the following error:

The Ruby version you are trying to install does not exist on this stack.
remote:  !     
remote:  !     You are trying to install ruby-2.7.4 on heroku-22.
remote:  !     
remote:  !     Ruby ruby-2.7.4 is present on the following stacks:
remote:  !     
remote:  !     - heroku-18
remote:  !     - heroku-20
remote:  !     
remote:  !     Heroku recommends you use the latest supported Ruby version listed here:
remote:  !     https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
remote:  !     
remote:  !     For more information on syntax for declaring a Ruby version see:
remote:  !     https://devcenter.heroku.com/articles/ruby-versions
remote:  !
remote:  !     Push rejected, failed to compile Ruby app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !   Push rejected to adopt-dont-shop-js-kl.

I will investigate if we can deploy to heroku-18 or heroku-20