- #!/bin/bash
- if [[$BRANCH == '']]; then
- GIT_BRANCH = "master"
- else
- GIT_BRANCH = $BRANCH
- if
- if [ -d "/tmp/clone/"]; then
- rm -rf "/tmp/clone"
- if
- mkdir "/tmp/clone/"
- git clone -b "$GIT_BRANCH" $GIT_URL /tmp/clone/
- cd "/tmp/clone/"
- rsync -rl --exclude=private --exclude=".git" --exclude=".gitignore" /tmp/clone/ /var/www/sites/welly.io/htdocs/
- echo "Removing clone directory..."
- rm -rf /tmp/clone/
'Linux' 카테고리의 다른 글
How to kill all process matching a name (0) | 2014.06.25 |
---|---|
Real-time visitor analysis with Logstash + ElasticSearch + Kibana (0) | 2014.04.25 |
Redis-server 서비스 등록 Script (0) | 2014.04.25 |
Ubuntu 텍스트 모드 화면 한글 설정 (0) | 2008.01.08 |
vim setting (0) | 2007.09.09 |
ubuntu에 Beryl 설치 하기 (1) | 2007.04.08 |
ubuntu와 무선랜과의 전쟁에 결말은? (0) | 2007.04.08 |
Ubuntu와의 전쟁 시작. (1) | 2007.04.07 |