Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
force head to origin/master
  • Loading branch information
mvogl committed Jan 3, 2018
1 parent cc5daeb commit 35746d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -33,7 +33,7 @@ deploy:
<<: *deploy
stage: deploy
script:
- ssh -t cloud@$DEPLOYHOST "export ADMIN_PWD=$DJANGO_ADMIN_PWD && cd django/eoa-django-test && git pull && sh scripts/start_deploy.sh "
- ssh -t cloud@$DEPLOYHOST "export ADMIN_PWD=$DJANGO_ADMIN_PWD && cd django/eoa-django-test && git fetch --all && git reset --hard origin/master && sh scripts/start_deploy.sh "
environment:
name: production
url: http://141.5.105.187:8000/publications/studies/312/index.html
Expand Down

0 comments on commit 35746d9

Please sign in to comment.