Skip to content

Commit

Permalink
Fix in shell skript template for concourse deployment (environment na…
Browse files Browse the repository at this point in the history
…me was missing) (#22)
n-trace authored and Louis committed Sep 20, 2017
1 parent ebca5af commit d9d1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/aws/concourse-deploy.sh.erb
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ set -xe
kite render manifest concourse --cloud aws

# Update BOSH director cloud configuration
bosh update-cloud-config deployments/concourse/cloud-config.yml
bosh -e <%= @values['bosh']['name'] %> update-cloud-config deployments/concourse/cloud-config.yml

# Upload necessary stemcells and releases
bosh -e <%= @values['bosh']['name'] %> upload-stemcell https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-trusty-go_agent

0 comments on commit d9d1cc3

Please sign in to comment.