I want to host my small discord bot on a virtual machine so it can run 7/24. I got a Linux VM on Azure via GitHub's Student Developer Pack. The problem is, I live in university dorm and I use university's internet. University doesn't allow others to connect to port 22 and because of this, I can't connect to my VM via SSH.
How can I transfer my code to VM so I can run my discord bot there without connecting to VM via SSH?