We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1334d93 commit eda9d23Copy full SHA for eda9d23
.github/workflows/DEPLOY.yml
@@ -33,7 +33,7 @@ jobs:
33
cd $RELEASE_DIR
34
35
# 코드 복제
36
- git clone -b dev https://github.com/boostcampwm-2024/web29-honeyflow.git .
+ git clone -b dev https://github.com/boostcampwm-2024/refactor-web29-honeyflow .
37
38
# 환경변수 파일 생성
39
echo "$ENV_FILE_CONTENTS" > .env
0 commit comments