YAML examples for Azure
Deploy to Azure Web App
yaml- action: "Deploy to Azure" type: "AZURE" push_url: "https://myapp.scm.azurewebsites.net:443/myapp.git" login: "azure_user" git_auth_mode: "HTTP" integration: "my_integration" use_custom_gitignore: false isolated: true target_branch: "main"