Method: Indocker::DeploymentProgress#start_syncing_env_file

Defined in:
lib/indocker/deployment_progress.rb

#start_syncing_env_file(server, env_file) ⇒ Object



157
158
159
160
161
162
# File 'lib/indocker/deployment_progress.rb', line 157

def start_syncing_env_file(server, env_file)
  @semaphore.synchronize do
    @synced_env_files[env_file][server][:start] = Time.now
    log
  end
end