Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso authored Dec 26, 2023
1 parent b211296 commit a140202
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 @@ -13,7 +13,7 @@ jobs:
# 도커 이미지에 env 파일 포함
- name: Create .env file
run: |
echo "VITE_SERVER_API=${{ secrets.VITE_SERVER_API }}" >> .env
echo "VITE_SERVER_API=${{ secrets.VITE_SERVER_API }}" >> ./.env
# 도커 메타
- name: Docker meta
Expand Down

0 comments on commit a140202

Please sign in to comment.