From 1e324dfdcc47f83ecc613ec8faaf9e378a808bfb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 1 Jul 2018 08:57:41 +0100 Subject: Fix the FetchRevisionJob to better handle remote hosts --- app/controllers/govuk_guix/revisions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/govuk_guix/revisions_controller.rb b/app/controllers/govuk_guix/revisions_controller.rb index 17634dd..14a3161 100644 --- a/app/controllers/govuk_guix/revisions_controller.rb +++ b/app/controllers/govuk_guix/revisions_controller.rb @@ -34,7 +34,7 @@ class GovukGuix::RevisionsController < ApplicationController backend = Backends::TerraformAws.first options = { - run_remotely_on_host: backend.build_remote_host + backend_type_and_id: backend.type_and_id } end -- cgit v1.2.3