3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -55,9 +55,6 @@ jobs:
|
||||
Repository: ${{ github.repository }}
|
||||
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
||||
|
||||
- name: Check fail
|
||||
run: echo "Unreachable"
|
||||
|
||||
- name: Notify in telegram about success
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
|
||||
@@ -33,6 +33,7 @@ services:
|
||||
volumes:
|
||||
- pg-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: ${DATABASE_NAME}
|
||||
POSTGRES_USER: ${DATABASE_USERNAME}
|
||||
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
|
||||
POSTGRES_PORT: ${DATABASE_PORT}
|
||||
|
||||
@@ -26,7 +26,7 @@ SECRET_KEY = os.getenv("DJANGO_SECRET_KEY")
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ["localhost"]
|
||||
ALLOWED_HOSTS = ["localhost", "app.saccada.xyz"]
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
Reference in New Issue
Block a user