Semaphore
This chapter shows how to integrate with FeaturePeek when using the Semaphore continuous integration service.
Prerequisite: You should create a FeaturePeek account and configure your peek.yml file before following the steps in this chapter.
Example config file
If you already have your config file set up, simply append the FeaturePeek CI command after your build phase.
If you don't have your config file set up yet, take a look at these examples provided by Semaphore to get started.
Your .semaphore/semaphore.yml
file should look something like this:
Note: The command in the snippet above is just for static builds — if you are building a Docker image, you'll need to pass in more arguments.
Sample code repo
You can search the FeaturePeek org on GitHub to find sample repos of frontends that integrate FeaturePeek with Semaphore. Be sure to visit the open pull requests to find links to running public FeaturePeek deployments.
Try it out
Try opening a new pull request that contain the changes in this chapter. When your CI finishes successfully, you should see the FeaturePeek bot comment a link on your pull request. If not, consult our Troubleshooting section.