From 0dc634fd47443f229d800c9e8c06ad680462962d Mon Sep 17 00:00:00 2001 From: nikunjmulani Date: Tue, 30 Oct 2018 10:25:55 -0600 Subject: [PATCH] deployment exe --- .travis.yml | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a981eb..c8219c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ jobs: username: $CF_USERNAME password: $CF_PASSWORD organization: $CF_ORG - space: review + space: $CF_SPACE diff --git a/manifest.yml b/manifest.yml index e1ff449..3fc04e0 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,4 +4,4 @@ applications: routes: - route: pal-tracker-pietro-sampsonite.apps.chicken.pal.pivotal.io.v2 env: - WELCOME_MESSAGE: Hello from the review environment1 \ No newline at end of file + WELCOME_MESSAGE: Hello from the review environment2 \ No newline at end of file