1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

16 commits

Author SHA1 Message Date
seenmyfate
8c1ede50cd Support ask
As an alternative to `set`, `ask` takes a key and a default value. When
the key is called with `fetch` the user will be prompted to set the
value.
2013-03-15 11:35:49 +00:00
seenmyfate
49a075427d basic deployment - done 2013-03-12 21:22:49 +00:00
seenmyfate
454f46b829 better encapsulate configuration, support current format 2013-03-10 20:44:50 +00:00
seenmyfate
0346f3d6f9 very basic implementation of cap console 2013-03-08 16:02:56 +00:00
seenmyfate
5e4fe624b5 reduce dsl, prefer fetch/set 2013-03-03 16:27:33 +00:00
seenmyfate
83f7dd8e96 move stage and DSL to setup 2013-03-01 09:46:53 +00:00
seenmyfate
18a4d13988 prefer 'all' for all roles 2013-02-22 17:32:16 +00:00
seenmyfate
cb9d793746 allow log level to be set 2013-02-22 11:20:11 +00:00
seenmyfate
1864d0e812 quiet deploy task, update TODO 2013-02-08 17:08:36 +00:00
seenmyfate
b1aea6c8c4 clearer output on install task 2013-02-08 16:30:27 +00:00
seenmyfate
b05649c33f load multistage configuration, pass to ssh kit 2013-02-08 16:08:50 +00:00
seenmyfate
13e7b72b8e add multistage support, i18n 2013-02-08 13:49:04 +00:00
seenmyfate
ad9da10c32 add before/after to dsl 2013-02-08 09:15:10 +00:00
seenmyfate
de6367af4e Add default tasks, handle configuration 2013-02-01 17:19:00 +00:00
seenmyfate
687526930a installation - running cap install capifies app 2013-02-01 14:51:50 +00:00
seenmyfate
3d88a6755a initial commit 2013-02-01 09:19:14 +00:00