Not getting update code with ionic deploy

Hi all!
I am trying to use ionic upload and ionic deploy, I added to my code

$ cordova plugin add https://github.com/driftyco/ionic-plugins-deploy
$ ionic add ionic-service-deploy

and to index

also to app.js the
’ionic.service.deploy’

after I am doing ionic upload and from web click on ionic deploy run the app still see the oldes app and not the new one…

thnks for help!