Skip to content

chore(deployment): Update deployment script - #280

Merged
Ayush8923 merged 1 commit into
mainfrom
feat/update-deployment-script
Sep 21, 2026
Merged

Ayush8923 merged 1 commit into
mainfrom
feat/update-deployment-script

Conversation

@Ayush8923

@Ayush8923 Ayush8923 commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

the deploy itself was fine, the workflow just stopped watching too early and reported a false failure.

wrap the waiter in a loop so it re-waits instead of giving up:

  • Waiter exits 0 only on Status == Success → break.
  • On non-zero, read the real status via get-command-invocation:
    • Failed / Cancelled / Cancelling / TimedOut → print stdout/stderr, exit 1.
    • Still InProgress / Pending → log "waiter capped out, re-waiting" and loop.
  • Added timeout-minutes: 20 as a backstop so a job can't hang indefinitely.

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran npm run dev and npm run build in the repository root and test.
  • If you've fixed a bug or added code that is tested

@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: ProjectTech4DevAI/kaapi-frontend/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: c67d95af-9ca1-4eee-aa11-681ce56aceab

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot changed the title fix(cd): Update deployment script chore(deployment): Update script and fix issues Sep 18, 2026
@Ayush8923 Ayush8923 self-assigned this Sep 18, 2026
@Ayush8923
Ayush8923 requested a review from vprashrex September 18, 2026 06:16
@Ayush8923 Ayush8923 changed the title chore(deployment): Update script and fix issues chore(deployment): Update deployment script Sep 18, 2026
@Ayush8923 Ayush8923 added reviewed When the PR has been reviewed by reviewer.. ready-for-merge and removed ready-for-review reviewed When the PR has been reviewed by reviewer.. ready-for-merge labels Sep 18, 2026
@Ayush8923
Ayush8923 merged commit f9715de into main Sep 21, 2026
3 checks passed
@Ayush8923
Ayush8923 deleted the feat/update-deployment-script branch September 21, 2026 04:29
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.5.0-main.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants