Skip to content

Commit

Permalink
암호화
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Oct 5, 2023
1 parent 605e6b8 commit cabc01a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
# Job[1]: BACKEND -> docker hub로 build & push
be-deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.BE_WORKING_DIR }}
services:
mysql_db:
image: mysql:8.0
Expand All @@ -31,6 +28,10 @@ jobs:
MYSQL_USER: root
MYSQL_PASSWORD: 1234

defaults:
run:
working-directory: ${{ env.BE_WORKING_DIR }}

steps:

# 1. Source 단계
Expand Down

0 comments on commit cabc01a

Please sign in to comment.