7c2550587b4d32839bf9b16bb6209573167dc9e7
parent
1d1550907b
commit
fdef649338
2
dist.js
2
dist.js
|
@ -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();
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue