diff --git a/content/actions/guides/index.md b/content/actions/guides/index.md index e717755e52..eb563c17ff 100644 --- a/content/actions/guides/index.md +++ b/content/actions/guides/index.md @@ -21,6 +21,7 @@ learningTracks: - getting_started - continuous_integration - continuous_deployment + - deploy_to_the_cloud - hosting_your_own_runners - create_actions layout: product-sublanding diff --git a/data/learning-tracks/actions.yml b/data/learning-tracks/actions.yml index ee75a5d27e..da3fc1d8b2 100644 --- a/data/learning-tracks/actions.yml +++ b/data/learning-tracks/actions.yml @@ -30,6 +30,13 @@ continuous_deployment: - /actions/guides/publishing-java-packages-with-maven - /actions/guides/publishing-java-packages-with-gradle - /actions/guides/publishing-docker-images +deploy_to_the_cloud: + title: 'Deploy to the cloud' + description: 'Learn how to use {% data variables.product.prodname_actions %} to build an application and deploy it to various cloud-based platforms.' + guides: + - /actions/guides/deploying-to-amazon-elastic-container-service + - /actions/guides/deploying-to-azure-app-service + - /actions/guides/deploying-to-google-kubernetes-engine hosting_your_own_runners: title: 'Host your own runners' description: 'You can create self-hosted runners to run workflows in a highly customizable environment.'