GitHub Foundations — Question 9

You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?

Answer options

Correct answer: B

Explanation

The correct answer is B because using verified actions from the cloud provider in GitHub Marketplace ensures that you are using reliable and tested solutions, which speeds up the deployment process. Option A may require more time for development and testing, while C relies on a specific Jenkins plugin that may not be necessary. Options D and E do not directly leverage the cloud provider's resources in the most efficient manner for workflow creation.