https://github.com/edofre/git-uploader
Python script that will fetch the latests git changes and upload them using FTP.
https://github.com/edofre/git-uploader
Last synced: about 1 year ago
JSON representation
Python script that will fetch the latests git changes and upload them using FTP.
- Host: GitHub
- URL: https://github.com/edofre/git-uploader
- Owner: Edofre
- License: mit
- Created: 2016-04-16T20:11:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T20:30:19.000Z (over 10 years ago)
- Last Synced: 2024-12-30T15:39:09.355Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# Python git uploader
## What's this?
This script was written to ease the uploading of recently committed files to git.
It will read the single latest commit and upload the changed files to the provided server.
## Usage
Copy & paste the uploader.ini and uploader.py files to the root directory you want to upload the latest git changes for.
Then enter your details in the uploader.ini file.
After you've made your git commit you can execute the uploader.py and you'll be given a list of the recent changes.
once you confirm the files to be uploaded are correct the uploading will start.
## TODO's
* Show progress of individual file uploads
* Aks user if they want to overwrite the file on server if it exists
* Adding/removing files to be uploaded
* Change certain paths, f.e. /web/ to /public_html/
* ...