CI: Auto-deploy to VPS when PR is merged into main #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create a workflow that automatically deploys Cozy-Den to the production VPS when a pull request is merged into the
mainbranch.Context
The repository already contains CI workflows and the VPS has a runner installed. The goal is to use the runner to perform deployment automatically after a successful merge.
Desired behavior
When a pull request is merged into
main:Possible implementation
Example approach:
Example step idea:
Things to decide
Acceptance criteria
maintriggers the workflow.This will allow Cozy-Den to be deployed via PR workflow instead of manual deployment.
not for now, nhe