We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depends on having a deployment log (#20).
Constraints:
--allow-rebuild
Build for previous deployment is no longer available. If you want to rebuild it, run simple-git-deploy deploy --ref-name NAME_OF_PREVIOUS_REF \ --ref COMMIT_REF` \ --message "Rollback to new build for deployment DEPLOYMENT_ID"
Build for previous deployment is no longer available. If you want to rebuild it, run
simple-git-deploy deploy --ref-name NAME_OF_PREVIOUS_REF \ --ref COMMIT_REF` \ --message "Rollback to new build for deployment DEPLOYMENT_ID"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depends on having a deployment log (#20).
Constraints:
--allow-rebuild
option is given; then the build will be re-run against the original git commit.Questions
The text was updated successfully, but these errors were encountered: