Skip to content

Commit

Permalink
add certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
felixZdi committed Mar 4, 2024
1 parent 5c4fe3f commit 6d29652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Azure function

on:
workflow_call:
push:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions examples/function/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ version = "0.1.8"
[tool.poetry.dependencies]
acme-dns-azure = "*"
azure-functions = {version = ">=1"}
certbot = ">=2"
cffi = "*"
python = "^3.8"

Expand Down

0 comments on commit 6d29652

Please sign in to comment.