diff --git a/.github/workflows/admin-deploy.yml b/.github/workflows/admin-deploy.yml
index 25b60f29..9f390945 100644
--- a/.github/workflows/admin-deploy.yml
+++ b/.github/workflows/admin-deploy.yml
@@ -18,7 +18,7 @@ jobs:
- name: Create .env file
run: |
touch .env
- echo "${{ secrets.ENV_VARS_ADMIN }}" >> .env
+ echo "${{ secrets.ENV_VARS_ADMIN }}" >> apps/admin/.env
# 도커 메타데이터 가져오기
- name: Get the version
id: get_version
diff --git a/apps/admin/.gitignore b/apps/admin/.gitignore
index a547bf36..3c55f19e 100644
--- a/apps/admin/.gitignore
+++ b/apps/admin/.gitignore
@@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?
+
+#dotenv environment
+.env
\ No newline at end of file
diff --git a/apps/admin/index.html b/apps/admin/index.html
index d7753d8e..255fcdb6 100644
--- a/apps/admin/index.html
+++ b/apps/admin/index.html
@@ -18,7 +18,7 @@