Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
megymj committed Nov 6, 2023
1 parent c661ea8 commit 86b382e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# 만약 APP_DIR이 없다면 생성하고 저장소를 clone
if [ ! -d "$APP_DIR" ]; then
mkdir -p $APP_DIR
git clone $REPO_URL $APP_DIR
git clone $REPO_URL
cd $APP_DIR
git checkout deploy-test
else
cd $APP_DIR
Expand Down

0 comments on commit 86b382e

Please sign in to comment.