You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports config.ref in deploy hooks. Synonymous with config.branch but more correct because the input_ref is automatically resolved to a SHA before deploy.
Supports new ey.yml option precompile_assets_command
Setting precompile_assets_command overrides the asset precompile rake command. (default: rake assets:precompile RAILS_GROUPS=assets)
Bundler binstubs are in PATH so gem binaries will load through bundler.
Supports the optional execution of a server defined configure script.
If found, the script can modify or load app settings to customize the server before deploy and abort if problems are encountered.
If the script does not exist, this step will be skipped and deploy will continue as usual.
In order to speed up asset compilation in Rails, the directory /data/app/current/tmp is now preserved between deploys to maintain assets cache.
To disable this feature, set shared_tmp: false in ey.yml.
Supports new ey.yml option experimental_sync_assets
Setting to true will cause assets to be compiled once and rsync'd to other servers.