Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
matrix:
include:
- name: gateway
path: ./coach/coach/infra/gateway
path: ./coachcoach/infra/gateway
- name: eureka
path: ./coach/coach/infra/eureka
path: ./coachcoach/infra/eureka
- name: auth
path: ./coach/service/auth
path: ./coachcoach/service/auth
- name: user-store
path: ./coach/service/user-store
path: ./coachcoach/service/user-store
- name: catalog
path: ./coach/service/catalog
path: ./coachcoach/service/catalog
- name: insight
path: ./coach/service/insight
path: ./coachcoach/service/insight
steps:
- uses: actions/checkout@v3
- run: echo "${{ secrets.QUAY_TOKEN }}" | docker login quay.io -u bread0930 --password-stdin
Expand Down
Loading