Skip to content

Commit

Permalink
Merge pull request #57 from Almaeng-i/develop
Browse files Browse the repository at this point in the history
🔀: main branch와 develop branch 병합
  • Loading branch information
MinnSeoo authored Jun 14, 2024
2 parents 41ab599 + b6de8dc commit a6baa30
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ jobs:
deploy:
runs-on: ubuntu-latest

services:
mysql:
image: mysql:latest
env:
MYSQL_DATABASE: ${{ secrets.MYSQL_NAME }}
MYSQL_USER: ${{ secrets.MYSQL_USER }}
MYSQL_PASSWORD: ${{ secrets.MYSQL_PW }}
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 3
ports:
- 3306:3306

env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
KAKAO_REST_API_KEY: ${{ secrets.KAKAO_REST_API_KEY }}
Expand Down

0 comments on commit a6baa30

Please sign in to comment.