diff --git a/AppService/python-webapp-on-azure.yml b/AppService/python-webapp-on-azure.yml index ff1eb0cf..7a4199d7 100644 --- a/AppService/python-webapp-on-azure.yml +++ b/AppService/python-webapp-on-azure.yml @@ -17,9 +17,9 @@ env: PYTHON_VERSION: '3.7' STARTUP_COMMAND: '' # set this to the startup command required to start the gunicorn server. default it is empty -name: Build and deploy Python app jobs: build-and-deploy: + name: Build and deploy Python app runs-on: ubuntu-latest environment: dev steps: @@ -57,4 +57,4 @@ jobs: # Azure logout - name: logout run: | - az logout \ No newline at end of file + az logout