View source: R/codedeploy_operations.R
codedeploy_register_application_revision | R Documentation |
Registers with CodeDeploy a revision for the specified application.
See https://www.paws-r-sdk.com/docs/codedeploy_register_application_revision/ for full documentation.
codedeploy_register_application_revision(
applicationName,
description = NULL,
revision
)
applicationName |
[required] The name of an CodeDeploy application associated with the user or Amazon Web Services account. |
description |
A comment about the revision. |
revision |
[required] Information about the application revision to register, including type and location. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.