Unity has several build options. Android apps, Windows apps, or WebGL, for example. Among builds, the most convenient is thought to be WebGL builds. WebGL is characterized by being able to create cross-platform applications that run as web pages on websites.
To build WebGL in Unity, perform the build from the Unity interface as follows:
File > Build > webGL > Switch > Build and Run

WebGL builds can be easily published by uploading the folder directly to a server. For file transfer, itโs good to use ftp or rsync. Rsync is explained in detail in other articles. Please use the search function of this blog.