Skip to content

Commit

Permalink
#3 fix: backend 폴더 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 14, 2024
1 parent 0d6b293 commit 428f650
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 @@ -48,7 +48,7 @@ jobs:
utcOffset: "+09:00"

- name: Generate deployment package
run: zip -r deploy.zip ./backend -x '*.git*'
run: zip -r deploy.zip . -x '*.git*'

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v21
Expand Down

0 comments on commit 428f650

Please sign in to comment.