Uploading into File Manager

Hi,

I am trying to build my website. I have written all my code in Visual Code. Am I able to upload everything I have done in VC to Infinity Free so it effectively builds the website with the work I have already done?

You can, but not with the File Manager.

2 Likes

It depends a little bit on how your website actually works.

Since you’re referring to “it effectively builds the website”, please note that we do not provide any command line access or Node.js with our hosting, so if you are using something like React, you cannot build the website on our servers. However, you could use Git, along with a CI system (like GitHub Actions or GitLab CI), to automatically build the project whenever you push a new commit, and upload the generated files over FTP.

If you don’t actually need any build steps and just need to upload the source code to the server, you could either upload the files from your computer with an FTP client of your choice. Perhaps there is a way to publish the website automatically from VS Code too, but I couldn’t find any clearly recommended plugin to do that.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.