Skip to content

Commit

Permalink
fix: mysql database 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown committed Dec 20, 2024
1 parent 5413ef9 commit 0ab3176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
host port: 3306
container port: 3306
mysql database: 'wabi'
mysql root password: ${{ secrets.SPRING_DATASOURCE_NAME }}
mysql database: ${{ secrets.SPRING_DATASOURCE_NAME }}
mysql root password: ${{ secrets.SPRING_DATASOURCE_PASSWORD }}

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${GITHUB_SHA::7}
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy using Docker
Expand Down

0 comments on commit 0ab3176

Please sign in to comment.