website: update website to set version
This commit is contained in:
parent
55e6987796
commit
58757d6e96
|
@ -3,7 +3,7 @@
|
|||
#-------------------------------------------------------------------------
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.version = '0.2.2'
|
||||
h.version = ENV['TERRAFORM_VERSION']
|
||||
h.bintray_repo = 'mitchellh/terraform'
|
||||
h.bintray_user = 'mitchellh'
|
||||
h.bintray_key = ENV['BINTRAY_API_KEY']
|
||||
|
|
Loading…
Reference in New Issue