소스 검색

Force Macrovision to stay on the latest commit

master
Fen Dweller 5 년 전
부모
커밋
3a19544b6b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      deploy-branch.sh

+ 8
- 0
deploy-branch.sh 파일 보기

@@ -12,3 +12,11 @@ else
cd preview/$1/$branch
git pull
fi

# temporarily keeping both versions on the latest commit

if [ $1 == "macrovision" ]
then
cd /home/web/crux.sexy/macrovision
git pull
fi

불러오는 중...
취소
저장