Skip to content

Commit

Permalink
update hosts, run deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 24, 2024
1 parent f40bb5e commit 8578297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "deploy"
- "test/*"
repository_dispatch:
type:
- deploy_project
Expand Down
3 changes: 2 additions & 1 deletion arches_lingo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from django_hosts import patterns, host

host_patterns = patterns(
"",
host(re.sub(r"_", r"-", r"arches_lingo"), "arches_lingo.urls", name="arches_lingo"),
host(r"arches", "arches.urls", name="arches"),
"",
)

0 comments on commit 8578297

Please sign in to comment.