Unable to Push deployment from Travis ci to cloudcontrol -
unable push deployment github repository cloudclontrol using travis ci, below log:
deploying application warning: permanently added 'cloudcontrolled.com' (rsa) list of known hosts. ssh://xxx.git ! [rejected] head -> master (fetch first) error: failed push refs 'ssh://awesomeblog@cloudcontrolled.com/repository.git' hint: updates rejected because remote contains work hint: not have locally. caused repository pushing hint: same ref. may want first integrate remote changes hint: (e.g., 'git pull ...') before pushing again. hint: see 'note fast-forwards' in 'git push --help' details
is there way force hard push overriding status of remote git?
in case need see full logs, can find here https://s3.amazonaws.com/archive.travis-ci.org/jobs/26330194/log.txt. note relevant log @ end.
i able problem solved new feature released travis ci,
they have added -f option while doing push during deploy.
all need add
edge: true
option cloudcontrol deployment described here http://docs.travis-ci.com/user/deployment/#other-providers , in yml file
Comments
Post a Comment