From e1199ef40c6b6902be61e35b74837221ba4ccacf Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Tue, 10 Sep 2019 17:18:39 -0500 Subject: [PATCH] Use site-build.yaml because of refactor to build,deploy. --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index 2afdacd..b28aebf 100644 --- a/build.json +++ b/build.json @@ -35,7 +35,7 @@ { "type": "shell", "inline": [ - "sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site.yaml -b" + "sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b" ] } ] -- GitLab