From 8fa50e6d0df3d42166d9c95e39ff3da3cb6dac7d Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Thu, 5 Feb 2026 11:20:35 +0900 Subject: [PATCH] =?UTF-8?q?.env=20=EB=A1=9C=EB=94=A9=EB=B0=A9=EC=8B=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-registry.yml | 5 ----- .gitea/workflows/deploy.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.gitea/workflows/deploy-registry.yml b/.gitea/workflows/deploy-registry.yml index 459fac5..196599e 100644 --- a/.gitea/workflows/deploy-registry.yml +++ b/.gitea/workflows/deploy-registry.yml @@ -45,10 +45,5 @@ jobs: ${{ secrets.DEPLOY_ENV_FILE }} ENVEOF - # Export variables from .env file - set -a - source .env - set +a - docker compose --env-file .env pull docker compose --env-file .env up -d diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5b7c6b7..4800bb2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -42,11 +42,6 @@ jobs: IDP_SERVICE_URL=${{ vars.IDP_SERVICE_URL }} ENVEOF - # Export variables from .env file - set -a - source .env - set +a - git fetch origin main git checkout -B main origin/main git pull --ff-only