action 자동실행 로직 제거
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
name: Deploy (build on server)
|
name: Deploy (build on server)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -37,11 +35,6 @@ jobs:
|
|||||||
IDP_SERVICE_URL=${{ vars.IDP_SERVICE_URL }}
|
IDP_SERVICE_URL=${{ vars.IDP_SERVICE_URL }}
|
||||||
ENVEOF
|
ENVEOF
|
||||||
|
|
||||||
# .env가 비어 있으면 중단
|
|
||||||
if [ ! -s .env ]; then
|
|
||||||
echo ".env가 비어 있습니다. DEPLOY_ENV_FILE 설정을 확인하세요."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Export variables from .env file
|
# Export variables from .env file
|
||||||
set -a
|
set -a
|
||||||
|
|||||||
Reference in New Issue
Block a user