Skip to content

Commit

Permalink
Update .gitlab-ci.yml -assuming it ssh's well
Browse files Browse the repository at this point in the history
  • Loading branch information
NOEMI ELISA FERRERA GRAJERA committed Jun 13, 2018
1 parent e6c58d0 commit fe50387
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
deploy_server1:
script:
- ssh ${CI_USERNAME}@${CI_HOST} "cd /home/${CI_PROJECT_NAME} &&
git checkout master &&
git pull origin master &&
composer install -n &&
bin/console doctrine:migrations:migrate --no-interaction "
- cd ${CI_PROJECT_NAME}
- sh ./build.sh

0 comments on commit fe50387

Please sign in to comment.