Browse Source

Fixed an inorrect git command in deploy

environments/production/deployments/12
Drew Short 5 years ago
parent
commit
ea512f7f0c
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -45,7 +45,7 @@ deploy-resume-github:
script:
- eval `ssh-agent -s`
- ssh-add <(echo "$SSH_DEPLOY_KEY")
- git pull $GIT_REPO /tmp/deploy
- git clone $GIT_REPO /tmp/deploy
- pushd /tmp/deploy
- git checkout -b gh-pages origin/gh-pages
- rm -rf *

Loading…
Cancel
Save