.env 로딩방식 변경
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user