AS a developer, I want Drone CI to deploy upon tag creation #61
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#61
Loading…
Reference in a new issue
No description provided.
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?
Epic:
Story Points: 1
AS a developer, I want Drone CI to deploy upon tag creation
SO THAT versions are properly deployed upon tags rather than development branches
Acceptance Criteria
AS a developer
GIVEN I want Drone to deploy a new release
WHEN I push a new tag to the repository
THEN the deployment scripts should be ran on this new tag
Subtasks
*No subtasks
Notes
Update .drone.yml deploy script trigger to only run on tagto AS a developer, I want Drone CI to deploy upon tag creation