Skip to content

Commit

Permalink
chore(action): update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sawalreverr committed Jun 7, 2024
1 parent bb1bcd3 commit a5db7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build Image
run: docker build -t sawalrever23/recything-be:latest .

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
echo "openai:" >> config.yaml
echo " apikey: ${{ secrets.OPENAI_APIKEY }}" >> config.yaml
echo "openai:" >> config.yaml
echo "youtube:" >> config.yaml
echo " apikey: ${{ secrets.YOUTUBE_APIKEY }}" >> config.yaml
docker cp config.yaml recything-be:/config.yaml
Expand All @@ -111,4 +111,4 @@ jobs:
sleep 15
docker exec mysql-service mysql -h 127.0.0.1 -P 3306 -u root -p${{ secrets.DB_PASSWORD }} -e "SET GLOBAL sql_mode = '';"
docker restart recything-be
docker restart recything-be

0 comments on commit a5db7be

Please sign in to comment.