2017 © Pedro Peláez
 

library git-s3

Upload your git repo to AWS S3

image

pulkitjalan/git-s3

Upload your git repo to AWS S3

  • Tuesday, April 21, 2015
  • by pulkitjalan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Git S3

Upload your git repo to AWS S3, (*1)

License Latest Version Total Downloads, (*2)

Installation

A global installation of Composer is needed. git-s3 is installed globally., (*3)

$ composer global require pulkitjalan/git-s3:dev-master

Usage

After the installation run git-s3 init to initialize the config files. All config files will be created in ~/.git-s3. Once initialized you can run git-s3 edit to manually edit them., (*4)

There is also an optional --env optional parameter that can be used to initialize and upload to separate environments. Example:, (*5)

$ git-s3 init --env development

Once ready you can push an application to s3. Make sure the command is run from a valid git repository. Example:, (*6)

$ git-s3 push

If you want to push it as a zip archive then you can use the --zip parameter (useful for AWS CodeDeploy). Example:, (*7)

$ git-s3 push --zip

Credits

This package was inspired schickling/git-s3., (*8)

The Versions