superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 48 forks source link

support for --unstable flag in Deno. #268

Closed bytedeveloperr closed 4 years ago

bytedeveloperr commented 4 years ago

I tried to deploy a deno app today, I ran into unstable errors which would be solved by the --unstable flag

codepope commented 4 years ago

Assuming that this is with the Builder, add --unstable to the .permissions file - it is injected into the command line for the image.

bytedeveloperr commented 4 years ago

I did that. It doesn't work

codepope commented 4 years ago

What error are you getting?

codepope commented 4 years ago

The buildpack has been updated. If you try again, you should not see it error out.