Use a CI service like Codeship/Wercker. (I like Wercker, it's easy, fun and free).
Setup your build steps, mostly running your minification and all those fancy stuff.
Usually, I use heroku for deployment, so it's easy to configure my wercker CI to deploy it to heroku, or you can also transfer your app via SSH, check this out