We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 479f9ac + eeccbeb commit 53c7032Copy full SHA for 53c7032
1 file changed
.github/workflows/RomRom-ADMIN-CICD.yml
@@ -132,7 +132,7 @@ jobs:
132
133
echo "새로운 컨테이너 $CONTAINER_NAME 실행 중..."
134
echo $PW | sudo -S docker run -d -p ${PORT}:3000 --name $CONTAINER_NAME \
135
- --env-file /path/to/.env.production \
+ --env-file .env.production \
136
${{ secrets.DOCKERHUB_USERNAME }}/${APP_BASE}:${BRANCH}
137
138
# <none> 태그로 남은 이미지 정리
0 commit comments