Skip to content

Releases: code-store-platform/deploy-action

v1.1.0 - Enhanced Termination Handling

17 Dec 13:10

Choose a tag to compare

Improved reliability for Arc XP deployments

This update adds configurable retry logic for terminating old builds:

New Features:

  • terminate-retry-count: Retry attempts for build termination (default: 3)
  • terminate-retry-delay: Wait time between termination retries (default: 10 seconds)

Benefits:

  • Prevents workflow failures when builds can't be terminated
  • Graceful error handling with detailed logging
  • Backward compatible - existing workflows unaffected

Upgrade to improve deployment reliability in your CI/CD pipelines.