diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8978850..44eb2b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,5 +8,5 @@ on: jobs: deploy: - uses: acdh-oeaw/prosnet-workflows/.github/workflows/deploy-apis-instance.yml@dev - secrets: inherit \ No newline at end of file + uses: acdh-oeaw/prosnet-workflows/.github/workflows/deploy-apis-instance.yml@v0.1.2 + secrets: inherit diff --git a/wsgi.py b/wsgi.py deleted file mode 100644 index 89cf522..0000000 --- a/wsgi.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -WSGI config for apis_ontology project. - -It exposes the WSGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/ -""" - -import os - -from django.core.wsgi import get_wsgi_application - -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'apis_ontology.settings.server_settings') - -application = get_wsgi_application() \ No newline at end of file