Skip to content

Commit

Permalink
infra: 배포스크립트 수정
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ju Hyun, Yoon <[email protected]>

[#916]
  • Loading branch information
kyw0716 committed Oct 30, 2023
1 parent 18b7a5d commit 7606f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Add Environment
run: |
pwd
sudo touch .env
sudo echo "${{ secrets.GOOGLE_MAPS_API_KEY }}" >> .env
touch .env
echo "${{ secrets.GOOGLE_MAPS_API_KEY }}" >> .env
- name: Set up Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7606f71

Please sign in to comment.