Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 01:36

There are two important breaking changes in this release. Please read carefully when upgrading!

  1. The %<setting> syntax for referencing other settings is now deprecated. Instead, tomo now uses the %{setting} syntax. See #59. Please update your settings. E.g.

    # old
    set deploy_to: "/var/www/%<application>"
    # new
    set deploy_to: "/var/www/%{application}"
  2. The puma plugin has been overhauled and now uses a robust systemd setup for zero-downtime deploys. Refer to #58 for more information and for migration instructions.

⚠️ Breaking Changes

🏠 Housekeeping