https://github.com/qedsoftware/deploy_app
Simple script that uses fabric to deploy website code to a production server.
https://github.com/qedsoftware/deploy_app
Last synced: 8 months ago
JSON representation
Simple script that uses fabric to deploy website code to a production server.
- Host: GitHub
- URL: https://github.com/qedsoftware/deploy_app
- Owner: qedsoftware
- Created: 2014-04-23T04:59:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T05:14:04.000Z (about 12 years ago)
- Last Synced: 2025-05-25T13:48:37.427Z (about 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DESCRIPTION
===============
Simple script for deploying website code to a production server, using fabric.
The code assumes that the code to be deployed resides under git version control in a particular branch, and that on the production server, the code should have www-data:www-data permissions.
In the config file, you can specify the username, host, git branch, and target directory on the production server.
- W.Wu, April 22, 2014