Skip to content

Instantly share code, notes, and snippets.

@BrandAndCelebrities
Created June 18, 2013 08:40
Show Gist options
  • Save BrandAndCelebrities/5803675 to your computer and use it in GitHub Desktop.
Save BrandAndCelebrities/5803675 to your computer and use it in GitHub Desktop.
Commande Capistrano rails Déploiement d'un repo git sur un serveur
Configurer le depoiement dans le fichier :
/config/deploy.rb
Déploiement en staging ou en production
$ cap staging deploy
$ cap production deploy
Déploiement en staging ou en production, une branch spécifique
$ cap -s branch=tweet_features staging deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment