Skip to main content

web site deployment

Project description

sitedeploy is a replacement for sitecopy.

  • supported protocols: FTP, SSH (via paramiko)

  • fast synchronization

~/.sitedeployrc example:

site bigcompany
  server ftp.bigcompany.com
  remote /bigcompanysite.com/www
  local /var/www/big
  protocol ftp
  username foo
  password xxxx
  permissions all
  exclude templates_c
  exclude *.log

site smallcompany
  server ftp.smallc.com
  remote /html/
  local /var/www/small
  protocol ssh
  permissions all
  username bar
  password xxxx
Basic steps:
  1. initialize (need to be performed only once):

    $ sitedeploy.py -i bigcompany
  2. update changes:

    $ sitedeploy.py -u bigcompany

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sitedeploy-1.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page