Skip to content

Return deploy information / details after successful deploy #44

@holtkamp

Description

@holtkamp

For administration purposes, we keep track of all our production deployments. This way we are able to easily rollback in case of problems.

To do so, we have a spreadsheet with the timestamps, configurations (memory, containers, etc) and revision identifiers.

Currently to acquire the revision identifier, one typically uses either:

cctrlapp applicationName/default details
cctrlapp applicationName/default log deploy

However, it would be nice when it can be returned when the deploy command is succesful, for example:

$ cctrlapp applicationName/default deploy
Email: [email protected]
Password: XYZ

Result: deployed version XYZ (onto X containers with Y memory running stack Z)

This way it saves us an additional command.

I know, not a biggie, but still when performing multiple deploys per day, this becomes 'annoying' :)

Cheers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions