-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy to additional branches #534
Comments
Do you mean you want to a deployment URL like |
Thank you for the answer! My But still the same problem... Any idea? |
I may be possible. It depends on Netlify official API: https://github.com/netlify/js-client. |
Do you mean I should contact Netlify? Could it be a caching issue? If so do you know how to solve it? |
We need to investigate the API: https://github.com/netlify/js-client to find what we want ("Branch Deploy"). If none, we need to contact Netlify. |
I would love to hear about any updates. Thanks |
Could you tell me how to get the images? Which screen in Netlify? |
The last few times I tried it, it worked well for me. ty |
I faced with the same issue, any update on this? |
I am trying to use the action and it works great on Deploy Preview and Production.
But not in Staging branch, the issue is that although the deployment URL seems to be correct (since I use
alias
option), the environment code is not updated.This is what I set up in my project settings in Netlify:
This is the code of the action:
I tried a lot of options but nothing helped and I would be very happy if you could help or advice. Thanks
The text was updated successfully, but these errors were encountered: