Skip to content

Commit ff159af

Browse files
committed
Fix code_manager deploy task
Previously, it did not include module deployment.
1 parent 42fe966 commit ff159af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/code_manager.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function main()
7070
function deploy()
7171
{
7272
[ "$#" = 1 ] || { echo "specify an environment to deploy"; exit 1; }
73-
cm_r10k deploy environment "$1" && commit
73+
cm_r10k deploy environment "$1" -p && commit
7474
}
7575

7676
function commit()

0 commit comments

Comments
 (0)