diff --git a/deployment.sh b/deployment.sh index 8dd571a..d557c36 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1260,8 +1260,10 @@ if "$PRO_EDITION" ; then ngcpcfg commit 'deployed /etc/ngcp-config/network.yml' ngcpcfg build + ngcpcfg push --shared-only else # ROLE = sp2 ngcpcfg pull + ngcpcfg push --shared-only ngcpcfg build fi EOT