Browse Source

Adding ssh config to deploy

environments/production/deployments/9
Drew Short 6 years ago
parent
commit
04bea55291
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -19,6 +19,8 @@ build-resume:
deploy-resume:
stage: deploy
script:
- eval $(ssh-agent -s) && ssh-add <(echo "$SSH_PRIVATE_KEY") && mkdir -p ~/.ssh
- git config --global user.email "gitlab-runner@shinigami.sothr.com" && git config --global user.name "GitLab Runner"
- ./package-and-deploy.sh
only:
- master

Loading…
Cancel
Save