diff --git a/.github/workflows/eoefans-spider-azure-deploy.yml b/.github/workflows/eoefans-spider-azure-deploy.yml index 44b8835..fd4f401 100644 --- a/.github/workflows/eoefans-spider-azure-deploy.yml +++ b/.github/workflows/eoefans-spider-azure-deploy.yml @@ -19,7 +19,7 @@ run-name: "Deploy EOEFANS SPIDER to Azure: version ${{ inputs.deploy_version }}" env: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} - AZURE_WEBAPP_NAME: "eoefans-spider" # set this to your application's name + AZURE_WEBAPP_NAME: "eoefans-spider-01" # set this to your application's name AZURE_PUBLISH_PROFILE: ${{ secrets.AZURE_CREDENTIALS_EOEFANS_SPIDER }} IMAGE_REGISTRY: "containers.vlink.dev" IMAGE_REPO: "eoefans"