Skip to content

Commit

Permalink
infra: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent 6e43496 commit 2c1aa85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Code Repo 불러오기 (Frontend)
uses: actions/checkout@v4
with:
repository: SystemConsultantGroup/SCG-Ask/tree/master/frontend
repository: SystemConsultantGroup/SCG-Ask
ref: master
token: ${{ secrets.ACTION_TOKEN }}

Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ steps.meta-frontend.outputs.tags }}
working-directory: frontend

build-backend:
runs-on: ubuntu-latest
Expand All @@ -74,7 +75,7 @@ jobs:
- name: Code Repo 불러오기 (Backend)
uses: actions/checkout@v4
with:
repository: SystemConsultantGroup/SCG-Ask/tree/master/backend
repository: SystemConsultantGroup/SCG-Ask
ref: master
token: ${{ secrets.ACTION_TOKEN }}

Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ steps.meta-backend.outputs.tags }}
working-directory: backend

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c1aa85

Please sign in to comment.