We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fe966 commit ff159afCopy full SHA for ff159af
tasks/code_manager.sh
@@ -70,7 +70,7 @@ function main()
70
function deploy()
71
{
72
[ "$#" = 1 ] || { echo "specify an environment to deploy"; exit 1; }
73
- cm_r10k deploy environment "$1" && commit
+ cm_r10k deploy environment "$1" -p && commit
74
}
75
76
function commit()
0 commit comments