Skip to content

Commit

Permalink
Merge pull request #2 from GihoKo/dev
Browse files Browse the repository at this point in the history
git action yml 수정
  • Loading branch information
GihoKo authored Jul 15, 2024
2 parents 349757b + 3948fbd commit 3497b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo GOOGLE_OAUTH_CLIENT_ID=${{ secrets.GOOGLE_OAUTH_CLIENT_ID }} >> .env.local
echo GOOGLE_OAUTH_CLIENT_SECRET=${{ secrets.GOOGLE_OAUTH_CLIENT_SECRET }} >> .env.local
echo GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }} >> .env.local
echo API_URL=${{ secrets.API_URL_PRODUCT }} >> .env.local
echo API_URL=${{ secrets.API_URL }} >> .env.local
- name: Build project
run: npm run build
Expand Down

0 comments on commit 3497b75

Please sign in to comment.