Rickson G. Oliveira

Results 10 comments of Rickson G. Oliveira

@type1fool tried it but it didn't work for me. I'm getting this error `Error: Not authorized to deploy this app.` Here's my current file: ``` name: Staging App on: pull_request:...

@type1fool no it doesn't. I get either `mix path` error in v1 or with v1.2.0 I get "not authorized to deploy". I'm wondering what I'm doing wrong.

Hey @type1fool weird thing is, I checked my environments, and it's creating a new environment dynamically when using superfly `1.2.0`. ![image](https://github.com/superfly/fly-pr-review-apps/assets/32007425/c98a7e9b-55f0-4776-ac3b-0e0c2306cf1c) So, I think I don't have to manually create...

@type1fool So you did it like this? ``` environment: name: staging url: staging ``` Because this returns an error saying that staging is not a valid value

Can you please give an example of how your script looks like @type1fool ?

Thanks for this @type1fool. The problem with not authorized was actually my fly token not having permission, I already solved that. But I really don't understand how yours - and...

Thanks for the reply @type1fool would be very nice if someone took a look. Whilst that doesn't happen I'm working on my own script but this is being a loooot...

Just an FYI, I created this topic on fly, maybe someone will take a look https://community.fly.io/t/error-trying-to-use-fly-pr-review-action-exec-mix-executable-file-not-found-in-path-for-phoenix-app/18700

Yea, I tried replying to that thread to ask him if he got the time to take a look but it's closed. I didn't notice it was your thread though,...

Hey Guys! Just passing here to let you all know that I found a way to make this work for Elixir Phoenix Applications! 🎉 I have to say the solution...