2017 © Pedro Peláez
 

library laravel-deployscripts

Collection of scripts for Laravel builds and deployments

image

ambimax/laravel-deployscripts

Collection of scripts for Laravel builds and deployments

  • Friday, March 9, 2018
  • by tschifftner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Deploy Scripts

Scripts to deploy laravel projects, (*1)

How it works

1) Whole laravel project is packaged into a build archive (project.tar.gz), (*2)

2) Generated build is copied to a central storage server (s3), (*3)

3) Jenkins clones deploy script repo to remote server, (*4)

4) deploy.sh is executed on remote server and initiates install.sh, (*5)

5) cleanup script is executed on remote server, (*6)

composer

"require": {
    "ambimax/laravel-deployscripts": "^1.0"
}

License

MIT License, (*7)

Author Information

The Versions

09/03 2018

dev-master

9999999-dev

Collection of scripts for Laravel builds and deployments

  Sources   Download

MIT

The Requires

 

by Tobias Schifftner