You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this github action to deploy on a PR I can almost get PR Previews setup (like heroku, netlify, render, etc).
The only roadblock that I'm running into is I need to know the URL ahead of time-- I need a predictable URL.
If we could set the URL through the apprunner step, I have access to the PR number inside the github action so it would be easy to formulate a url to pass in pretty easily.
It seems like maybe I can create my own action/step in the mean time using the API?
Using this github action to deploy on a PR I can almost get PR Previews setup (like heroku, netlify, render, etc).
The only roadblock that I'm running into is I need to know the URL ahead of time-- I need a predictable URL.
If we could set the URL through the apprunner step, I have access to the PR number inside the github action so it would be easy to formulate a url to pass in pretty easily.
It seems like maybe I can create my own action/step in the mean time using the API?
https://docs.aws.amazon.com/apprunner/latest/api/API_AssociateCustomDomain.html
Otherwise, only other missing thing to match heroku etc would be shutting down a service when a PR get's closed
The text was updated successfully, but these errors were encountered: