In some instances, you may need to verify the IP Address being utilized by your machine, such as when using the IP ranges feature. This can be done using a simple run command.
Steps
Add the following run command to your configuration:
- run: curl ifconfig.me
This command will return the public IP address of the machine that's executing the job.
If you're using the IP Ranges feature, cross-check that the printed IP address matches an IP address listed in the CircleCI IP Ranges documentation.
Comments
Article is closed for comments.