Method: Fulmar::Infrastructure::Model::Transfer::RsyncWithVersions#publish
- Defined in:
- lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb
#publish ⇒ true, false
Publishes the current release (i.e. sets the ‘current’ symlink)
72 73 74 75 |
# File 'lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb', line 72 def publish prepare unless @prepared create_symlink end |