Skip to content

Commit

Permalink
Fix destroy job
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaefer committed Feb 7, 2025
1 parent 71040d1 commit ade1a35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/jobs/stack_destroy_job.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
class StackDestroyJob < StackJob
queue_as :deploy
script_template :destroy

def execute
script = render_script(@stack, @assets)
run_script(script)
end
end

0 comments on commit ade1a35

Please sign in to comment.