Skip to content

Commit

Permalink
hotfix: docker-compose mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon committed Nov 29, 2023
1 parent b19243e commit ed724f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
chmod +x ./scripts/deploy-dev.sh
chmod +x ./scripts/init-letsencrypt.sh
chmod +x ./scripts/init-nginx-converter.sh
chmod +x ./mysql/init.sql
chmod +x ./mysql/item-data.sql
chmod +x ./mysql/initdb.d/init.sql
chmod +x ./mysql/initdb.d/item-data.sql
- name: Github Actions IP 보안그룹에서 삭제
if: always()
Expand Down

0 comments on commit ed724f0

Please sign in to comment.