Skip to content

Commit

Permalink
fix: updated env properties
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Aug 26, 2024
1 parent ff095d2 commit 0268f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
# .env 파일 추가
if ! grep -q "REGISTRY_URL=" .env; then
echo "REGISTRY_URL=${{ secrets.IMAGE_NAME_DEV }}" >> .env
echo "REGISTRY_URL=${{ secrets.REGISTRY_URL_DEV }}" >> .env
fi
if ! grep -q "IMAGE_NAME=" .env; then
echo "IMAGE_NAME=${{ secrets.REGISTRY_URL_DEV }}" >> .env
echo "IMAGE_NAME=${{ secrets.IMAGE_NAME_DEV }}" >> .env
fi
# 배포 스크립트 실행
Expand Down

0 comments on commit 0268f67

Please sign in to comment.