Skip to content

Commit

Permalink
Merge pull request #123 from gisce/avoid_inactive_deployments
Browse files Browse the repository at this point in the history
Avoid inactive deployments
  • Loading branch information
ecarreras authored Feb 3, 2023
2 parents 30bc786 + 3bdafde commit 4b63304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apply_pr/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def mark_to_deploy(
'environment': host,
'description': host,
'required_contexts': [],
'auto_inactive': False,
'payload': {
'host': host
}
Expand Down

0 comments on commit 4b63304

Please sign in to comment.