Skip to content

deploy your laravel application easily using bash scripts

Notifications You must be signed in to change notification settings

mokhosh/laravel-sheploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Laravel applications using bash

usage

on your local machine

  • git clone git@github.com:mokhosh/laravel-sheploy.git
  • cd laravel-sheploy
  • ./sheploy.sh

this will copy the repo on your server, and ssh into it

  • cd ~/laravel-sheploy
  • ./setup.sh

todo

  • do any step you want
  • cleanup after installing typesense
  • update typesense key from config if installed
  • dont change env db if mysql is not installed
  • put blank lines before prompts
  • stylize prompts
  • modularize
  • beautify output and input
  • get the ssh port from input
  • get the ssh user from input
  • ask to create ssh key if it doesnt exist
  • find a way to keep ssh alive after EOF so we run ssh once

About

deploy your laravel application easily using bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages