Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Files

Latest commit

 

History

History

webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

GitHub Action for deploying to Azure Web App

Usage


action "Deploy to Web App" {
  uses = "Azure/github-actions/webapp@master"
  needs = ["Azure Login"]
  env = {
    AZURE_APP_NAME = "<Azure App Name>"
    AZURE_APP_PACKAGE_LOCATION = "<Relative path in your repository to a folder/package containing application contents or containing a compressed zip file>"
  }
}

Environment variables

  • AZURE_APP_NAMERequired
  • AZURE_APP_PACKAGE_LOCATIONRequired