Skip to content

Commit

Permalink
test destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Mar 25, 2024
1 parent d30075f commit 26effec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/hobby-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ def main():
print("Destroying droplet on Digitalocean for testing Hobby Deployment")
droplet_id = os.environ.get("HOBBY_DROPLET_ID")
domain_record_id = os.environ.get("HOBBY_DNS_RECORD_ID")
print(f"Droplet ID: {droplet_id}")
print(f"Record ID: {domain_record_id}")
HobbyTester.destroy_environment(droplet_id=droplet_id, record_id=domain_record_id)

if command == "test":
Expand Down

0 comments on commit 26effec

Please sign in to comment.