ambimax/laravel-deployscripts

Collection of scripts for Laravel builds and deployments

Maintainers

Package info

github.com/ambimax/laravel-deployscripts

Language:Shell

pkg:composer/ambimax/laravel-deployscripts

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2018-03-09 09:28 UTC

This package is not auto-updated.

Last update: 2026-03-11 01:24:30 UTC


README

Scripts to deploy laravel projects

How it works

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

  2. Generated build is copied to a central storage server (s3)

  3. Jenkins clones deploy script repo to remote server

  4. deploy.sh is executed on remote server and initiates install.sh

  5. cleanup script is executed on remote server

composer

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

License

MIT License

Author Information