Skip to content

Commit 25ce96d

Browse files
authored
Merge pull request #17407 from github/3656-partner-guides
GitHub Actions guides - add section for partner guides
2 parents 9a77562 + ab6f32c commit 25ce96d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

content/actions/guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ learningTracks:
2121
- getting_started
2222
- continuous_integration
2323
- continuous_deployment
24+
- deploy_to_the_cloud
2425
- hosting_your_own_runners
2526
- create_actions
2627
layout: product-sublanding

data/learning-tracks/actions.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ continuous_deployment:
3030
- /actions/guides/publishing-java-packages-with-maven
3131
- /actions/guides/publishing-java-packages-with-gradle
3232
- /actions/guides/publishing-docker-images
33+
deploy_to_the_cloud:
34+
title: 'Deploy to the cloud'
35+
description: 'Learn how to use {% data variables.product.prodname_actions %} to build an application and deploy it to various cloud-based platforms.'
36+
guides:
37+
- /actions/guides/deploying-to-amazon-elastic-container-service
38+
- /actions/guides/deploying-to-azure-app-service
39+
- /actions/guides/deploying-to-google-kubernetes-engine
3340
hosting_your_own_runners:
3441
title: 'Host your own runners'
3542
description: 'You can create self-hosted runners to run workflows in a highly customizable environment.'

0 commit comments

Comments
 (0)