diff options
Diffstat (limited to 'ci/00-maasdeploy.sh')
-rwxr-xr-x | ci/00-maasdeploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index 0dfff050..e3490c2f 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -158,6 +158,10 @@ if [ -e ./deployconfig.yaml ]; then cp ./labconfig.yaml ~/.juju/ fi +if [ -e ./deployment.yaml ]; then + cp ./deployment.yaml ~/.juju/ +fi + # # MAAS Customization # |