Skip to content

Commit

Permalink
chore: 배포 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 6, 2024
1 parent 8429fd1 commit 30725e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: Build and Deploy
on:
push:
branches:
- main
- dev-be
- dev-fe
pull_request:
branches:
- main
- dev-be
- dev-fe

jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ services:
- .env
ports:
- "3000:3000"
# environment:
# # DB_HOST: db
# # DB_USER: user
# # DB_PASSWORD: password
# # DB_DATABASE: mydb
networks:
- app-network

Expand Down

0 comments on commit 30725e5

Please sign in to comment.