Deploy History

Accessing deploy history

You can view your project's deployment history from:

  • The Deploy History link in the workspace top bar
  • The Deploy History page accessible from the sidebar (when a project is selected)

What's recorded

Each deployment snapshot includes:

  • Timestamp - when the deployment was made
  • Files - the complete set of files included in the deployment
  • Version number - the Apps Script version created

Viewing snapshots

Click on any deployment entry to see the files that were part of that deployment. This helps you understand what changed between versions.

How deployments work

When you deploy from SheetEngine:

  1. All current project files are written to the Apps Script project
  2. A new immutable version is created
  3. A deployment is created pointing to that version
  4. A snapshot is saved in SheetEngine for your reference

Each deployment creates a new version in Google Apps Script. Previous versions remain accessible through the Apps Script editor if needed.