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 049368f commit fdffd47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: echo "Code Repo (Frontend)"
- name: Code Repo 불러오기 (Frontend)
uses: actions/checkout@v4
- name: 폴더 이동
run: cd frontend
with:
repository: SystemConsultantGroup/SCG-Ask/frontend
ref: master
token: ${{ secrets.ACTION_TOKEN }}

- name: Docker 준비(1/4) - 메타데이터 생성 (Frontend)
id: meta-frontend
Expand Down Expand Up @@ -71,12 +73,10 @@ jobs:
run: echo "Code Repo (Backend)"
- name: Code Repo 불러오기 (Backend)
uses: actions/checkout@v4
- name: 폴더 이동
run: cd backend
- name: 폴더 이동
run: cd backend
- name: 폴더 확인
run: ls -al
with:
repository: SystemConsultantGroup/SCG-Ask/backend
ref: master
token: ${{ secrets.ACTION_TOKEN }}

- name: Docker 준비(1/4) - 메타데이터 생성 (Backend)
id: meta-backend
Expand Down

0 comments on commit fdffd47

Please sign in to comment.