diff --git a/scripts/deploy_viewer.sh b/scripts/deploy_viewer.sh index 4b8185e01..5e368cae2 100755 --- a/scripts/deploy_viewer.sh +++ b/scripts/deploy_viewer.sh @@ -46,7 +46,7 @@ function deploy_api { docker pull $IMAGE_NAME:$VERSION docker tag $IMAGE_NAME:$VERSION $IMAGE_NAME:$tag docker push $IMAGE_NAME:$tag - ./deploy-to-env "$1" + ./scripts/deploy-to-env.sh "$1" }