Skip to main content

Manual updates

note

Tier: Enterprise

Overview

You can configure Passwd updates to run only when triggered manually. This is useful when you want full control over when deployments are executed.

❗️ Disclaimer

Manual updates can cause version drift between your Passwd backend and client applications. Browser extensions and mobile apps may not always be backwards compatible, so delayed deployments can break some features until your instance is updated.

Enable manual invocation

  1. Go to Google Cloud Console -> Cloud Build -> Triggers.
  2. Find the passwd-pipeline trigger.
  3. Click Edit on passwd-pipeline.
  4. Change the event to Manual invocation.
  5. Save the trigger.

What changes after this

  • New updates will not run automatically from repository events.
  • You must trigger the pipeline manually from Cloud Build when you want to deploy changes.