2017 © Pedro Peláez
 

library gitsync

Laravel Package to deploy code automatically from git to multiple autoscaling EC2 instances on AWS using Github/Bitbucket webhooks

image

vonec/gitsync

Laravel Package to deploy code automatically from git to multiple autoscaling EC2 instances on AWS using Github/Bitbucket webhooks

  • Thursday, July 13, 2017
  • by vonec
  • Repository
  • 3 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

, (*1)

Gitsync

Total Downloads Latest Stable Version License , (*2)


Laravel Package to deploy code automatically from git to multiple autoscaling EC2 instances on AWS using Github/Bitbucket webhooks., (*3)

Installation

Open your terminal(CLI), go to the root directory of your Laravel project, then follow the following procedure. 1. Install Through Composer bash composer require vonec/gitsync, (*4)

  1. Add to config/app.php: php 'providers' => [ ... Vonec\Gitsync\GitsyncServiceProvider::class, ],
  2. Publish the config file bash php artisan vendor:publish --provider="Vonec\Gitsync\GitsyncServiceProvider"

Configuration

Edit "/config/gitsync.php", (*5)

Usage

Add webhook in Github or Bitbucket, (*6)

http(s)://your-project/gitsync?key=YOURKEY, (*7)

YOURKEY can be defined in configuration, (*8)

Multiple servers require queue workers., (*9)

Change log

Please see CHANGELOG for more information on what has changed recently., (*10)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*11)

Security Vulnerabilities

If you discover a security vulnerability within Gitsync, please create an ISSUE. All security vulnerabilities will be promptly addressed., (*12)

Credits

License

Gitsync is an open-sourced software licensed under the MIT license., (*13)

The Versions

13/07 2017

dev-master

9999999-dev https://github.com/vonec/gitsync

Laravel Package to deploy code automatically from git to multiple autoscaling EC2 instances on AWS using Github/Bitbucket webhooks

  Sources   Download

MIT

The Requires

 

laravel autoscaling codedeploy vonec gitsync aws codedeploy autoscaled instances aws-ec2

08/07 2017

0.0.6

0.0.6.0 https://github.com/vonec/gitsync

Laravel Package to deploy code from git to multiple autoscaling EC2 instances on AWS

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel autoscaling codedeploy vonec gitsync aws codedeploy autoscaled instances aws-ec2

08/07 2017

0.0.5

0.0.5.0 https://github.com/vonec/gitsync

Laravel Package to deploy code from git to multiple autoscaling EC2 instances on AWS

  Sources   Download

MIT

The Requires

 

The Development Requires

vonec gitsync aws codedeploy autoscaled instances