aboutsummaryrefslogtreecommitdiff
path: root/app/jobs/destroy_job.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/jobs/destroy_job.rb')
-rw-r--r--app/jobs/destroy_job.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/jobs/destroy_job.rb b/app/jobs/destroy_job.rb
index 7f13fdd..2bc72c1 100644
--- a/app/jobs/destroy_job.rb
+++ b/app/jobs/destroy_job.rb
@@ -12,6 +12,7 @@ class DestroyJob < TerraformJob
aws_region: 'eu-west-1',
slug: @mini_environment.name.parameterize,
ssh_public_key: ssh_public_key,
+ start_command: @mini_environment.start_command
},
force: true
)