Bitbucket -> Strider -> webpack -> S3
Hi there
I have now successfully installed Strider on an AWC EC2 instance, and appear to be able to grab projects from Bitbucket without having to do any auth (although this may be delusion on my part).
I am now, however, struggling to understand the build/test/deploy pipeline. I have seen the REST documentation at http://strider-api-docs.surge.sh/ but I'm not sure this is appropriate for me because I want to do all my building and testing locally on my EC2 instance.
Could someone point me in the direction of documentation that pertains to doing this? Pulling from Bitbucket on changes, building with webpack, testing and deploying to S3? Also I'm going to need an EC2 API at some point but for the moment I think I'll keep things simple!
Thanks, Mark
Check this out: https://futurestud.io/blog/strider-getting-started-platform-overview
Also, the API is the internal API used by Strider to communicate from the web frontend with the backend.