This commit is contained in:
Usha N 2020-03-26 18:10:27 +05:30 коммит произвёл GitHub
Родитель 164268cf3d
Коммит c1b272bf81
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,8 @@ This repository contains GitHub Action for Azure WebApp to deploy to an Azure We
You can also use this Github Action to deploy your customized image into an Azure Webapps container.
For deploying container images to Kubernetes, consider using [Kubernetes deploy](https://github.com/Azure/k8s-deploy) action. This action requires that the cluster context be set earlier in the workflow by using either the [Azure/aks-set-context](https://github.com/Azure/aks-set-context/tree/releases/v1) action or the [Azure/k8s-set-context](https://github.com/Azure/k8s-set-context/tree/releases/v1) action.
The definition of this Github Action is in [action.yml](https://github.com/Azure/webapps-deploy/blob/master/action.yml).
# End-to-End Sample Workflows