Skip to content

Commit

Permalink
Switch from PEZ to PWS
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Oct 22, 2017
1 parent 2f44330 commit 1949ba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ resources:
- name: cf
type: cf
source:
api: api.run.pez.pivotal.io
api: api.run.pivotal.io
username: {{cf-username}}
password: {{cf-password}}
organization: pivot-tmaki
space: jsug
organization: APJ
space: production
skip_cert_check: true
- name: slack-alert
type: slack-notification
Expand Down
3 changes: 0 additions & 3 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ applications:
buildpack: staticfile_buildpack
memory: 64m
path: dist
domains:
- cfapps.pez.pivotal.io
- springfest.cf
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'https://portside-api.cfapps.pez.pivotal.io'
apiUrl: 'https://portside-api.cfapps.io'
};

0 comments on commit 1949ba3

Please sign in to comment.