how to deploy to other firebase hosting sites defined within the same project. I created multiple firebase hosting "sites". The command
firebase deploy
however always deploys to the first one. How can I specify that the static files get deployed to another "site" (and domain).
Thanks