0

I have a project that is almost finished but needs some tweaks that I first test on local machine. I am wondering apart from using git or uploading new files through ftp, what is the best way to keep the production update with the least hassle?

3
  • "Without using the best way to do it". Why? Commented Jan 10, 2015 at 11:01
  • @DanielRoseman Just to avoid buying a private git, as a public one is not an option :) Commented Jan 10, 2015 at 11:31
  • BitBucket is free as @catavaran states, or use rsync as he also suggests Commented Jan 10, 2015 at 13:46

2 Answers 2

4

If you just want to avoid buying a private git then use BitBucket. They offer private repositories for free.

Sign up to request clarification or add additional context in comments.

Comments

1

Use rsync to mirror project files from you local machine to server.

1 Comment

Well, rsync is a powerful tool to sync. However I was wondering if there is some python-specific and perhaps more handy tool.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.