How to connect Replit to my personal webserver

Hello,

I’d like to know how to connect Replit to my personal web server so I can publish my website from Replit to my webserver.

Thanks for any help you can provide.
Todd

Replit Profile: https://replit.com/@

Custom domain? Or like a locally hosted site?

3 Likes

Try creating a git repository in your repl, creating a bare repository on your server, pushing your repl’s repo to your git server using ssh, and then cloning the bare repository on your server in your website’s directory.

2 Likes

Yes. I have a domain name, host IP, and FTP credentials.