|
@ -52,6 +52,8 @@ deploy-resume-github: |
|
|
- git clone $GIT_REPO /tmp/deploy |
|
|
- git clone $GIT_REPO /tmp/deploy |
|
|
- pushd /tmp/deploy |
|
|
- pushd /tmp/deploy |
|
|
- git checkout -b gh-pages origin/gh-pages |
|
|
- git checkout -b gh-pages origin/gh-pages |
|
|
|
|
|
- git config --global user.email "warrick@sothr.com" |
|
|
|
|
|
- git config --global user.name "Drew Short" |
|
|
- rm -rf * |
|
|
- rm -rf * |
|
|
- popd |
|
|
- popd |
|
|
- tar -xvf ResumeSite.tar.gz -C /tmp/deploy |
|
|
- tar -xvf ResumeSite.tar.gz -C /tmp/deploy |
|
|