continuous integration - Travis, how to deploy with ssh? -


i'm using travis ci pointing master branch on github repository. travis working fine far running tests still need manually deploy code after code has finished. automate process using travis again , deploy _build folder server's /var/www/project_folder using ssh. good? if yes, how can tell travis deploy after tests?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -