Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add force flag to trigger a deployment even without changes #296

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

mre
Copy link
Contributor

@mre mre commented Jul 26, 2019

In some cases it is necessary to deploy a version that was already
deployed. For example, when something unexpected happened
on the Nomad side and not all allocations come up.
To mitigate that, the force flag triggers a deployment without
running plan before and just blindly forwards the command
to Nomad.

In some cases it is necessary to deploy a version that was already
deployed. For example, when something unexpected happened
on the Nomad side and not all allocations come up.
To mitigate that, the `force` flag triggers a deployment without
running `plan` before and just blindly forwards the command
to Nomad.
Copy link
Member

@jrasell jrasell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this @mre LGTM!

@jrasell jrasell merged commit daddb04 into hashicorp:master Jul 31, 2019
@mre mre deleted the force-option branch July 31, 2019 11:22
@mre
Copy link
Contributor Author

mre commented Aug 20, 2019

@jrasell any chance to cut a new release from master for that flag? Some people in my team would like to use it. 😅

@jrasell
Copy link
Member

jrasell commented Sep 12, 2019

@mre sorry for the delay; I am moving focus back here for a bit and will try and get this out tomorrow!

@mre
Copy link
Contributor Author

mre commented Sep 12, 2019

No worries. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants