7c2550587b4d32839bf9b16bb6209573167dc9e7

stable
Juanfran 2015-01-16 14:53:17 +01:00
parent 1d1550907b
commit fdef649338
2 changed files with 4 additions and 4 deletions

View File

@ -50,6 +50,6 @@ exec(action)
}) })
.then(function() { .then(function() {
//push //push
return exec('git push --repo https://' + params[0] + ':' + params[0] + '@github.com:taigaio/taiga-front-dist.git master'); return exec('git push --repo https://' + params[0] + ':' + params[1] + '@github.com:taigaio/taiga-front-dist.git master');
}) })
.done(); .done();

6
dist/index.html vendored
View File

@ -142,8 +142,8 @@
<p>Loading...</p> <p>Loading...</p>
</div> </div>
</div> </div>
<script src="/js/libs.js?v=1421416166553"></script> <script src="/js/libs.js?v=1421416368746"></script>
<script src="/js/app.js?v=1421416166553"></script> <script src="/js/app.js?v=1421416368746"></script>
<script src="/js/conf.js?v=1421416166553"></script> <script src="/js/conf.js?v=1421416368746"></script>
</body> </body>
</html> </html>