fix: update deploy script for tag-triggered releases #114

Merged
cal merged 1 commits from fix/deploy-script-update into main 2026-03-20 18:25:01 +00:00
Owner

Summary

Updates .scripts/deploy.sh to match the new tag-triggered release workflow.

Changes

  • SSH_CMD: ssh -i ~/.ssh/cloud_servers_rsa root@akamaissh akamai (use SSH alias per CLAUDE.md)
  • IMAGE: :latest:production (matches new CI Docker tag)
  • Rollback echo: same SSH alias fix

🤖 Generated with Claude Code

## Summary Updates `.scripts/deploy.sh` to match the new tag-triggered release workflow. ## Changes - `SSH_CMD`: `ssh -i ~/.ssh/cloud_servers_rsa root@akamai` → `ssh akamai` (use SSH alias per CLAUDE.md) - `IMAGE`: `:latest` → `:production` (matches new CI Docker tag) - Rollback echo: same SSH alias fix 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 1 commit 2026-03-20 18:24:38 +00:00
- Use SSH alias (ssh akamai) instead of manual ssh -i command
- Change image tag from :latest to :production
- Fix rollback command to use SSH alias

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cal merged commit 04efc46382 into main 2026-03-20 18:25:01 +00:00
cal deleted branch fix/deploy-script-update 2026-03-20 18:25:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#114
No description provided.