How do I use FusionAuth in my CI/CD system?
-
How do I use FusionAuth in my CI/CD system?
-
You can run FusionAuth in a docker container and spin it up using the docker install instructions in your CI/CD pipeline.
You may also be interested in using Kickstart, which lets you configure every aspect of FusionAuth (except adding multiple API keys) via a simple JSON file. This ensures your integration tests run against an auth system that has been configured exactly as you expect.
-
You can also use our GitHub action to easily add FusionAuth to a GitHub workflow.
Here's the action: https://github.com/FusionAuth/fusionauth-github-action
Here's doc about how to use it: https://fusionauth.io/docs/get-started/run-in-the-cloud/github-actions