Skip to content

Commit aed0bdd

Browse files
committed
test github ci
1 parent 79b2aa8 commit aed0bdd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci2develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "scripts/**"
88
- ".github/**"
99
- "kubernetes/**"
10-
branches: [develop]
10+
branches: [582/fix-hub-auth]
1111
workflow_dispatch:
1212

1313
jobs:

hub/auth_server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ COPY ./ /app/
1111
EXPOSE 80
1212

1313
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
14+
15+
# Test

0 commit comments

Comments
 (0)