Add Laravel Cloud branch deployment research#45
Conversation
Research findings on implementing one-click temporary deployments based on Git branches using Laravel Cloud's Preview Environments and API capabilities.
|
@peterjthomson what are you looking to do? Goals of this research ab0t infra also has ephemeral sandboxes for coding agents |
|
@kaurifund Not sure yet. It's pretty exploratory. But for the Laravel Cloud part (if any) it would probably closer to traditional sandboxes with external URL availability for user acceptance testing. I've been mulling the overlaps (or divergences of):
|
|
@peterjthomson I think that staging one is interesting. For example the biggest human factor (apart from guiding the agent) was manually downloading the repo to build it, and test it. As the remote server I was using was not big enough to handle to build step. That would allow, browser based staging with a URL, that a playwrite, or browser agent could test. This was the main barrier for me as I didn't want to run playwrite locally, but needed a desktop to run it. Also, github runners are a option for (1.) |
Research findings on implementing one-click temporary deployments
based on Git branches using Laravel Cloud's Preview Environments
and API capabilities.