Errors in circle.yml file

test:
override:

  • bundle exec rake test
    deployment:
    push_to_server:
    branch: master
    commands:
  • rsync -avz _site/ circleci@bitkumo.com:/var/www/vultr

i am using port no of my side instead of circleci@bitkumo.com is it correct or not .

and also check my circle.yml file and correct me please.

What is the error that you are getting?

Also, can you use Discourse’s preformatted text ( </>) option so we can see your circle.yml file better?