class Dpl::Providers::AzureWebApps
Constants
- URL
Public Instance Methods
Source
# File lib/dpl/providers/azure_web_apps.rb, line 42 def deploy shell :deploy, silence: !verbose? end
Source
# File lib/dpl/providers/azure_web_apps.rb, line 38 def setup commit if git_dirty? && !cleanup? end
Private Instance Methods
Source
# File lib/dpl/providers/azure_web_apps.rb, line 56 def commit shell :checkout shell :add shell :commit end
Source
# File lib/dpl/providers/azure_web_apps.rb, line 48 def url format(URL, username, password, target, site) end