Skip to content

Commit 89f3164

Browse files
committed
[BOOK-350] chore: prod도 Server port 정의를 docker compose에서 관리하도록 변경
1 parent 8a6072e commit 89f3164

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/prod-ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
matrix:
2424
include:
2525
- module: apis
26-
port: 8080
2726
# - module: admin # TODO: Uncomment when admin module is ready
28-
# port: 8081
2927
- module: batch
30-
port: 8082
3128

3229
steps:
3330
- name: Checkout code
@@ -38,7 +35,6 @@ jobs:
3835
with:
3936
environment: prod
4037
module: ${{ matrix.module }}
41-
port: ${{ matrix.port }}
4238
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
4339
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
4440
secret-properties: ${{ secrets.PROD_SECRET_PROPERTIES }}

0 commit comments

Comments
 (0)