pullpreview / action

A GitHub Action that starts preview deployments for your pull requests and branches. It can work with any application that has a valid Docker Compose file.

Home Page:https://pullpreview.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for latest instance types

altaurog opened this issue · comments

It looks like the latest active lightsail instance types, such as small_3_0 are not supported. When I try to set instance_type: small_3_0, I get the following error:

Error: undefined method `bundle_id' for nil:NilClass

Is the instance type limitation required? Perhaps just size.split("_")[0] would do?

@altaurog You no longer need to specify the version number in instance types. You should be able to just use small, and it will always use the most recent instance type.