Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alekshiidenhovi committed Jan 16, 2022
2 parents 894adb6 + f116872 commit d89994c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ runs:
[
'bash',
'-c',
'cd /ci && ansible-playbook playbook.yml --extra-vars "@passwd.yml" --tags prodeko_org',
'cd /ci && ansible-playbook playbook.yml --extra-vars "@passwd.yml" --tags prodeko_org --limit prodeko-azure-vm',
]
2 changes: 1 addition & 1 deletion prodekoorg/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DEBUG = False
ALLOWED_HOSTS = ["prodeko.org", ".prodeko.org", "prodeko.fi", ".prodeko.fi", "0.0.0.0"]

CORS_ALLOWED_ORIGINS = ["https://ilmo3.prodeko.org", "https://browser.sentry-cdn.com"]
CORS_ALLOWED_ORIGINS = ["https://ilmo.prodeko.org", "https://browser.sentry-cdn.com"]

# When DEBUG = False, all errors with level ERROR or
# higher get mailed to ADMINS according to LOGGING conf
Expand Down

0 comments on commit d89994c

Please sign in to comment.