Skip to content

Commit

Permalink
fix: deploy-test 브랜치로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin52 committed Nov 25, 2023
1 parent 03f3155 commit 6bc1fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
host: ${{ secrets.OCL_IP }}
script: |
cd /home/opc/backend
git checkout deploy-test
git pull
echo "MYSQL_ROOT_PASSWORD=${{ secrets.MYSQL_ROOT_PASSWORD }}
MYSQL_DATABASE=${{ secrets.MYSQL_DATABASE }}
Expand All @@ -64,3 +65,4 @@ jobs:
sudo docker compose down
sudo docker compose up -d --build
rm .env

0 comments on commit 6bc1fee

Please sign in to comment.