Skip to content

Commit

Permalink
fix: add missing environment policy record for use when recording dep…
Browse files Browse the repository at this point in the history
…loyments
  • Loading branch information
bethesque committed Jun 7, 2022
1 parent ef8f2ad commit 09bb02a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ def policy_name
:'versions::deployed_versions'
end

def policy_record
environment
end

private

attr_reader :deployed_version, :existing_deployed_version
Expand Down

0 comments on commit 09bb02a

Please sign in to comment.