Ionic Minify & upload

I’ve implmented the minify procedure as per the blog post here.

When building, the minify process kicks off when you use the --release command. For example: ionic build android --release

My question now is when I use the Deploy service and use the upload command, will this use the --release command in the background to kick off the minify process?