Skip to content
Snippets Groups Projects
Commit e01381f7 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added pull operation before checkout in CI

parent 002cab26
Branches
No related tags found
1 merge request!34add staging deployment to CI
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -154,6 +154,7 @@ lint-front:
ssh "eatfast@$DOMAIN"
"cd /var/www/eatfast-website/backend &&
git stash &&
git pull &&
git checkout "$CI_COMMIT_BRANCH" &&
git stash &&
git pull &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment