Skip to content

Commit

Permalink
chore: commit to trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien committed Feb 5, 2025
1 parent 6afe1c0 commit 1ecef69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

load_dotenv()

API_URL = 'http://localhost:4000'
API_URL = 'https://dev.backend.tartanhacks.com'
JUDGING_URL = 'http://localhost:3000'
JWT_SECRET = os.getenv('JWT_SECRET')
MONGO_CONNECTION_STRING = os.getenv("MONGODB_URI")
Expand Down Expand Up @@ -160,7 +160,6 @@ def delete_judging_database():


def synchronize():
delete_judging_database()
response = requests.get(f"{JUDGING_URL}/api/synchronize")
print(f"Response for synchronization: {response.status_code} - {response.text}")

Expand Down Expand Up @@ -297,12 +296,13 @@ def get_prize_id(name):
# create_judges(3)
# create_projects(3)
# delete_projects()
# delete_judging_database()
# synchronize()
# create_sponsors()
# create_talks()
# delete_checkins()
# delete_prizes()
# create_prizes()
delete_prizes()
create_prizes()
# check_in_user()
# submit_to_prize()
# check_in_user(get_user_id("[email protected]"), get_check_in_item_id("Talk 1"))
Expand Down

0 comments on commit 1ecef69

Please sign in to comment.