Skip to content

Commit

Permalink
fix: ROOT PASSWORD 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin52 committed Nov 25, 2023
1 parent cc7aa17 commit f4cdccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
script: |
cd /home/opc/backend
git pull
echo "MYSQL_DATABASE=${{ secrets.MYSQL_DATABASE }}
echo "MYSQL_ROOT_PASSWORD=${{ secrets.MYSQL_ROOT_PASSWORD }}
MYSQL_DATABASE=${{ secrets.MYSQL_DATABASE }}
MYSQL_USER=${{ secrets.MYSQL_USER }}
MYSQL_PASSWORD=${{ secrets.MYSQL_PASSWORD }}
BACKUP_USER=${{ secrets.BACKUP_USER}}
Expand Down

0 comments on commit f4cdccb

Please sign in to comment.