Skip to content
/ git-ftp Public

Auto sync commits in GIT and FTP server when you ONLY have FTP permission to access remote server

Notifications You must be signed in to change notification settings

tamvm/git-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-ftp

Auto sync commits in GIT and FTP server when you ONLY have FTP permission to access remote server

Introduction:

Sometimes, you just have FTP permission to deploy your work to FTP Server, and it's becoming horribly when you need to remember which files should be uploaded, which files should be ignored... An altertive solution is that you can upload whole your project to FTP Server, but it may take long time to deploy successfully.

So here I want to take an advantage of Git and use integratedly with FTP Server.

Usage:

  • Clone this repo
  • Edit ftp_config.yml with your FTP credentials
  • Ruby this command to auto sync from one commit to the other one.
ruby "ftp_upload.rb" SHA_FROM SHA_TO

About

Auto sync commits in GIT and FTP server when you ONLY have FTP permission to access remote server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages