Forums

Deploy redesign website on existing file

I want to deploy redesign website on pythonanywhere via file upload.

What is the process to deploying this correctly? I want to set up on existing database.

Please advise?

Search for "existing" in our help pages - we have a number of help pages depending on what you're trying to deploy.

@glenn, I could not find anything. I have already webapp running. I just want to update it with updated web design via file upload.

You need to upload the file, make sure that it's being used by the web app and reload the web app. If it's a static file, you probably need to set up static files mappings as well.