Skip to content

Commit

Permalink
fix: 파이프라인 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
KangJiSseok committed Mar 11, 2024
1 parent c5339e7 commit 1dc2f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Setup MySQL
uses: mirromutth/mysql-action@v1.1
with:
mysql database: 'trip'
mysql user: ${DB_USERNAME}
mysql password: ${DB_PASSWORD}
mysql database: 'ringodb'
mysql user: ${MYSQL_DATABASE_USERNAME}
mysql password: ${MYSQL_DATABASE_PASSWORD}

- name: Configure AWS credential
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 1dc2f0a

Please sign in to comment.