Deploy to Prod on Tag Push #55

Open
opened 2026-02-25 19:48:08 +00:00 by Vylpes · 0 comments
Owner

Epic: #11


As a developer,
I want any tag push to automatically deploy to the prod environment,
so that releases are promoted to production in a consistent and repeatable way.

Blocked by: STORY-9.1 (Build and Test on All Branches)

Acceptance criteria:

  • Deployment to prod triggers on any tag push
  • Deployment uses the same rsync + SSH script mechanism as stage
  • Deployment does not run if the build/test job fails
  • No prod deployment is triggered by branch pushes

Subtasks:

  • Add prod deployment job to the workflow, conditioned on a tag push event
  • Configure rsync + SSH script step for the prod environment
  • Store prod environment credentials/config as Forgejo Actions secrets
  • Ensure deployment job depends on (and only runs after) a passing build/test job
  • Verify prod deployment is not triggered by branch pushes
  • Write/update documentation
Epic: #11 --- **As a** developer, **I want** any tag push to automatically deploy to the prod environment, **so that** releases are promoted to production in a consistent and repeatable way. **Blocked by:** STORY-9.1 (Build and Test on All Branches) **Acceptance criteria:** - Deployment to prod triggers on any tag push - Deployment uses the same rsync + SSH script mechanism as stage - Deployment does not run if the build/test job fails - No prod deployment is triggered by branch pushes **Subtasks:** - [ ] Add prod deployment job to the workflow, conditioned on a tag push event - [ ] Configure rsync + SSH script step for the prod environment - [ ] Store prod environment credentials/config as Forgejo Actions secrets - [ ] Ensure deployment job depends on (and only runs after) a passing build/test job - [ ] Verify prod deployment is not triggered by branch pushes - [ ] Write/update documentation
Vylpes added this to the (deleted) milestone 2026-02-25 19:48:08 +00:00
Vylpes modified the milestone from (deleted) to 0.1.0 2026-03-02 17:26:08 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
RabbitLabs/droplet-next#55
No description provided.