diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d009594..8f37e2d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,15 +11,16 @@ env: PYTHON_VERSION: 3.11 NODE_VERSION: 18 AZURE_LOCATION: "northeurope" - AZURE_RESOURCE_GROUP_NAME: "azure-ml-gui" - AZURE_ML_WORKSPACE_NAME: "cats-dogs-gui" - AZURE_WEBAPP_NAME: "cats-dogs-gui" + AZURE_RESOURCE_GROUP_NAME: "azure-ml-adele" + AZURE_ML_WORKSPACE_NAME: "cats-dogs-adele" + AZURE_WEBAPP_NAME: "cats-dogs-adele" DELETE_WEBAPP: "false" DOCKER_API_IMAGE_NAME: "mlopspython-api" DOCKER_REPOSITORY: ${{ github.repository_owner }} DOCKER_WEBAPP_IMAGE_NAME: "mlopspython-webapp" DOCKER_REGISTRY: "ghcr.io" + permissions: id-token: write contents: write diff --git a/README.md b/README.md index 6d39a013..25d8d422 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MLOpsPython -A real demo of Deep Learning project with preprocessing from development to production using code, ops and Machine Learning best practices. Production is a real time REST API. +A real demo of Deep Learning project with preprocessing from development to production using code, ops and Machine Learning best practices. Production is a real time REST API. ![project_workflow.png](documentation%2Fproject_workflow.png)