Skip to content

Instantly share code, notes, and snippets.

View imink's full-sized avatar
🎯
Focusing

Patrick Wang imink

🎯
Focusing
  • Dingtalk, Alibaba Group
  • Hangzhou, China
View GitHub Profile
@arhea
arhea / capistrano-laravel-deploy.rb
Last active July 12, 2017 06:47
Capistrano 3 deploy script for Laravel 4.
# config valid only for Capistrano 3.1
lock '3.1.0'
set :application, "" # EDIT your app name
set :scm, :git
set :repo_url, "" # EDIT your git repository
set :keep_releases, 3