Skip to content

Commit

Permalink
update sample apps manifest to use buildpacks
Browse files Browse the repository at this point in the history
[#169632871](https://www.pivotaltracker.com/story/show/169632871)

Co-authored-by: Sebastian Vidrio <[email protected]>
  • Loading branch information
weymanf and vitreuz committed Nov 7, 2019
1 parent f1a19a2 commit 400e3b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/logging-route-service
3 changes: 2 additions & 1 deletion assets/pora/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
applications:
- name: pora
buildpack: go_buildpack
buildpacks:
- go_buildpack
env:
GOPACKAGENAME: pora
3 changes: 2 additions & 1 deletion assets/proxy/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ applications:
- name: proxy
memory: 32M
disk_quota: 32M
buildpack: go_buildpack
buildpacks:
- go_buildpack
env:
GOPACKAGENAME: example-apps/proxy

0 comments on commit 400e3b3

Please sign in to comment.