Documentation for deploytag_utc

This commit is contained in:
Kai Schlichting
2015-08-04 11:23:17 +02:00
committed by Kai Schlichting
parent 36f2405a31
commit 1ac8d2f9c4
+6
View File
@@ -109,6 +109,12 @@ You may override the time format in `deploy.rb` or your stage:
set :deploytag_time_format, "%Y.%m.%d-%H%M%S-utc"
```
To use your local time and not UTC (so that ```Time.now``` and not ```Time.now.utc``` is used internally):
```ruby
set :deploytag_utc, false
```
### Customizing the Tag Commit Message
By default, Capistrano Deploytags will create a tag with a message that indicates