Browse Source

Resolving deployment git complaints

environments/production/deployments/18
Drew Short 5 years ago
parent
commit
4da26a3032
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -52,6 +52,8 @@ deploy-resume-github:
- git clone $GIT_REPO /tmp/deploy
- pushd /tmp/deploy
- 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 *
- popd
- tar -xvf ResumeSite.tar.gz -C /tmp/deploy

Loading…
Cancel
Save