Skip to content
Snippets Groups Projects
Commit 5cd45d64 authored by Andreas Fehn's avatar Andreas Fehn
Browse files

Update .gitlab-ci.yml

parent 8253ce2b
No related branches found
No related tags found
No related merge requests found
Pipeline #865 failed
......@@ -28,6 +28,9 @@ publish:
stage: deploy
image: bravissimolabs/alpine-git
before_script:
- mkdir -p ~/.ssh
- echo "$SSH_SECRET_DEPLOY_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- git config user.name "$GITLAB_USER_NAME"
- git config user.email "$GITLAB_USER_EMAIL"
- export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment