Method: Fulmar::Infrastructure::Model::Transfer::RsyncWithVersions#publish

Defined in:
lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb

#publishtrue, false

Publishes the current release (i.e. sets the ‘current’ symlink)

Returns:

  • (true, false)

    success



72
73
74
75
# File 'lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb', line 72

def publish
  prepare unless @prepared
  create_symlink
end