buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 23 forks source link

get_buttonmen_site_ipaddr doesn't work on staging (or prod, i assume) #2949

Closed cgolubi1 closed 1 month ago

cgolubi1 commented 1 month ago
Traceback (most recent call last):
  File "/Users/chaos/src/git/buttonmen-dev/buttonmen-staging/./deploy/docker/get_buttonmen_site_ipaddr", line 157, in <module>
    print_ip_address(args)
  File "/Users/chaos/src/git/buttonmen-dev/buttonmen-staging/./deploy/docker/get_buttonmen_site_ipaddr", line 144, in print_ip_address
    git_info = get_working_directory_info()
  File "/Users/chaos/src/git/buttonmen-dev/buttonmen-staging/./deploy/docker/get_buttonmen_site_ipaddr", line 46, in get_working_directory_info
    raise ValueError(f"Could not detect repo name from git remote: {output}")
ValueError: Could not detect repo name from git remote: origin  git@github.com:buttonmen-dev/buttonmen.git (fetch)
origin  git@github.com:buttonmen-dev/buttonmen.git (push)

This isn't a blocker until we need to deploy database updates.