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.