From 4d008a1cb0d8966138b99f85624e29614cdfa8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= Date: Mon, 6 Jul 2015 09:54:48 +0200 Subject: [PATCH] Push using new buildpack and linux distro on paas --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7b278ea..2838907 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,7 @@ module.exports = function(grunt) { novaPush: { command: function() { grunt.log.writeln('Pushing to Nova PaaS'); - return 'cd dist; cf push <%= novaConfig.name %> -b https://github.com/cloudfoundry-community/nginx-buildpack.git'; + return 'cd dist; cf push <%= novaConfig.name %> -b staticfile-buildpack-1-0-0 -s cflinuxfs2'; } } } -- GitLab