Skip to content
Snippets Groups Projects
Commit d4248dee authored by Tim Repke's avatar Tim Repke
Browse files

Update .gitlab-ci.yml file

parent c47f6b52
No related branches found
No related tags found
No related merge requests found
Pipeline #1006 canceled
......@@ -70,6 +70,7 @@ deploy-to-production:
- echo "Dropping virtual environment"
- rm -rf venv
- echo "Fetching updated source"
- echo $CI_JOB_TOKEN
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.pik-potsdam.de/".insteadOf "ssh://git@gitlab.pik-potsdam.de/"
- git stash # "reset" softly by stashing (in case files changed)
- git pull origin production # pull from origin (production branch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment