2017 © Pedro Peláez
 

project deploy-ftp

Uploads files and db as archive over FTP

image

makepost/deploy-ftp

Uploads files and db as archive over FTP

  • Tuesday, November 7, 2017
  • by makepost
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

deploy-ftp

Uploads files and db as archive over FTP., (*1)

Usage

composer global require makepost/deploy-ftp

cd /path/to/your/git/repo

# In Ubuntu terminal, lines starting with space don't go to history.
 export BASE_URI=http://example.com
 export PUBLIC_HTML=ftp://user:pass@ftp.example.com/public_html
 export DB=mysql://user:pass@mysql.example.com/db

# Gets a snapshot you can work on.
deploy-ftp get
deploy-ftp get-db

# Unpacks your local files over remote.
deploy-ftp put
deploy-ftp put-db

License

MIT, (*2)

The Versions

07/11 2017

dev-master

9999999-dev

Uploads files and db as archive over FTP

  Sources   Download

MIT

The Development Requires

by Avatar makepost

07/11 2017

1.0.0

1.0.0.0

Uploads files and db as archive over FTP

  Sources   Download

MIT

The Development Requires

by Avatar makepost