The Tugboat config (.tugboat/config.yml) carries a root-level key:
auto-rebuild: '0 4 * * *'
Tugboat's config root only accepts services; there is no auto-rebuild key, so this is a no-op. Worse, it implies a scheduled nightly rebuild that never happens.
Periodic rebuilds of the base preview (resetting demo data that visitors change) are a Tugboat dashboard / repository setting, not config. This removes the dead key and replaces it with a comment documenting that, so the config is correct and not misleading.
Issue fork webdav-3597402
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mably commented