Forums

Working on my deployed host from my local machine

I would like to ask if there is any possible way to work on my deployed project on my local machine. Since any changes require some efforts, it could be easier if I work from my local VS Code on my machine and these changes are automatically applied to my website that is hosted on pythonanywhere. If you have any ideas for making this I will appreciate that. Thank you.

Yes you can do that. Take a look at the remote deployment support in the vscode docs - https://code.visualstudio.com/docs/remote/ssh#_opening-a-terminal-on-a-remote-host

If you havent already setup ssh access to pythonanywhere here's how you can do it - https://help.pythonanywhere.com/pages/SSHAccess/

Yes you can do that. Take a look at the remote deployment support in the vscode docs - https://code.visualstudio.com/docs/remote/ssh#_opening-a-terminal-on-a-remote-host

If you havent already setup ssh access to pythonanywhere here's how you can do it - https://help.pythonanywhere.com/pages/SSHAccess/