Created
June 18, 2013 08:40
-
-
Save BrandAndCelebrities/5803675 to your computer and use it in GitHub Desktop.
Commande Capistrano rails
Déploiement d'un repo git sur un serveur
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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