Skip to content

fix(staging): execute latest deploy script reliably#166

Merged
mahiarirani merged 1 commit intostagefrom
fix/staging-deploy-ci
Mar 18, 2026
Merged

fix(staging): execute latest deploy script reliably#166
mahiarirani merged 1 commit intostagefrom
fix/staging-deploy-ci

Conversation

@mahiarirani
Copy link
Member

Summary

  • replace the staging SCP transfer step with a direct SSH payload transfer of scripts/stage/deploy.sh
  • always write the latest script to /tmp/deploy.sh on the server before execution
  • avoid intermittent SCP proxy timeout failures while preserving the "copy-then-execute" deploy flow

- replace flaky scp step with base64 payload transfer in the ssh deploy step

- always write latest scripts/stage/deploy.sh to /tmp/deploy.sh before execution

- keep deployment flow explicit: copy script first, then chmod and run
@mahiarirani mahiarirani merged commit ceadba5 into stage Mar 18, 2026
3 checks passed
@mahiarirani mahiarirani deleted the fix/staging-deploy-ci branch March 18, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants