Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 27, 2023
1 parent b42eef8 commit 38edb3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish

on:
workflow_run:
workflows: ["tests"]
workflows: ["check"]
branches:
- main
- activitypub
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ services:
dev-neodb-web:
<<: *dev-neodb-service
ports:
- "18000:8000"
- "${NEODB_DEV_PORT:-8001}:8000"
command: neodb-manage runserver 0.0.0.0:8000

dev-neodb-worker:
Expand All @@ -235,7 +235,7 @@ services:
dev-takahe-web:
<<: *dev-neodb-service
ports:
- "19000:8000"
- "${TAKAHE_DEV_PORT:-8002}:8000"
command: takahe-manage runserver 0.0.0.0:8000

dev-takahe-stator:
Expand Down

0 comments on commit 38edb3b

Please sign in to comment.