Skip to content

Commit

Permalink
fix yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibson517 committed May 26, 2024
1 parent f01c3f8 commit 8eb53d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions civiclens/deploy/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

do_client = pydo.Client(token=DIGITAL_OCEAN)

with open("droplet_config.yml", "r") as f:
with open("civiclens/deploy/droplet_config.yml", "r") as f:
cloud_config = f.read()

droplet_data = {
"name": "civiclens-nlp-test",
"name": "civiclens-nlp",
"region": "nyc3",
"size": "s-4vcpu-8gb",
"image": "ubuntu-24-04-x64",
Expand Down

0 comments on commit 8eb53d1

Please sign in to comment.