Skip to content

Commit

Permalink
pre-realease8
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 28, 2024
1 parent c3f8f18 commit df1e668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production deploy
on:
push:
branches:
- dev
- feature/convert_ci-cd_to_the_prod
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
3 changes: 2 additions & 1 deletion adaptive_hockey_federation/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

def main():
"""Run administrative tasks."""
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "core.config.prod_settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE",
"core.config.prod_settings")
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit df1e668

Please sign in to comment.