Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Dec 12, 2024
1 parent 5d7d9a5 commit e317c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ dependencies = [
"aleph-client==1.3.0",
]
[tool.hatch.envs.deployment.scripts]
deploy = "program upload src monitoring_proxy:app"
update = "program update $ITEM_HASH monitoring_proxy:app"
deploy = "aleph program upload src monitoring_proxy:app"
update = "aleph program update $ITEM_HASH monitoring_proxy:app"

[tool.mypy]
python_version = "3.11"
Expand Down

0 comments on commit e317c7e

Please sign in to comment.