Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aengzu authored Dec 17, 2024
1 parent 28e9811 commit afb8707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# 2. Docker 이미지 빌드
- name: Build Docker Image
run: |
docker build -t backend_server .
docker build -t backend_server ./backend
# 3. 서버에 코드 및 이미지 전송
- name: Deploy to EC2
Expand Down

0 comments on commit afb8707

Please sign in to comment.