Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 178871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:18:25+00:00 2026-05-11T14:18:25+00:00

I have a site running on django, (but the question applies to anything, php,

  • 0

I have a site running on django, (but the question applies to anything, php, etc)

Currently I’m using unison to deploy my changes, and I (kinda used to) love it because before that I was doing it manually!!

Now, as I’m getting my feet wet with git, I’m starting to love it! And I’m thinking if maybe I should use it instead of unison to deploy my changes!

This way I’ll have the added benefit of being able to revert my changes if somehow deploying them turned out to be a disaster!

The question is:

  • Is git suitable for deploying websites?

  • Any things/issues/gotchas that I should be aware of?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:18:26+00:00Added an answer on May 11, 2026 at 2:18 pm

    I use git to track my website, and I deploy it like this:

    git archive --format=tar --prefix='homepage/' master | gzip | ssh webserver 'tar xvz -C ~/public_html' 

    This deserves a little explanation. The archive command for git will export the files for the master branch, which gets compressed with gzip to minimize network traffic. It’s received remotely over ssh, which is decompressed into the final destination directory.

    The deploy script that I use has a little more going on, but this is the most important piece.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a nice and lovely Django site up and running, but have noticed
I have an existing site in php running on Apache using the mod_rewrite plug-in.
I have a Django site running with PSQL but when my friend gave the
I have a Django site running with PSQL but when my friend gave the
I have a site running in django and want to make it available on
I currently have multiple Django sites running from one Apache server through WSGI and
I am running cherokee to serve a django app using uwsgi. I have been
I have a web site running on Django and MySql. Part of the db
I've got a django site running quite happily with django-cms but now I want
I have a django site running with a mysql database backend. I accept fairly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.