Skip to content

Commit

Permalink
Goal [deploy-scala-app]: Il est maintenant possible de passer des val…
Browse files Browse the repository at this point in the history
…eurs en argument de l'exécution de l'application Scala. pom.xml > <exec-args-scala-app>-Dplay.evolutions.db.default.autoApply=true</exec-args-scala-app>
  • Loading branch information
Jean Baptiste Lasselle committed Mar 14, 2018
1 parent 908d693 commit e4d84f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recette-deploiement-application-scala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ echo "DEBUG JIBL: [REPERTOIRE_PROCHAIN_BUILD=$REPERTOIRE_PROCHAIN_BUILD]"
cp -rf $REPERTOIRE_PROCHAIN_BUILD/* $REPERTOIRE_APP_SCALA_DS_CIBLE_DEPLOIEMENT

# et voilà comment très simplement démarrer l'application.
$REPERTOIRE_APP_SCALA_DS_CIBLE_DEPLOIEMENT/bin/software-factory -Dplay.evolutions.db.default.autoApply=true
$REPERTOIRE_APP_SCALA_DS_CIBLE_DEPLOIEMENT/bin/software-factory $3

0 comments on commit e4d84f6

Please sign in to comment.