Skip to content

Commit

Permalink
Undeploy and enable re-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Aug 12, 2020
1 parent 1e0ab8a commit 263aaa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions cf.mtaext
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_schema-version: '3.1'
ID: epmbp-consumer-app.extension
extends: epmbp-consumer-app

resources:
- name: epmbp-consumer-app-db-hdi-container
parameters:
service: hanatrial
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build:xs-security": "cds compile srv/ --to xsuaa > xs-security.json",
"generate-odata-client": "generate-odata-client --inputDir srv/external --outputDir srv/odata-client --forceOverwrite",
"deploy:local": "cds deploy",
"deploy:cf": "cf deploy mta_archives/epmbp-consumer-app_0.0.1.mtar",
"deploy:cf": "cf deploy mta_archives/epmbp-consumer-app_0.0.1.mtar -e cf.mtaext",
"debug:cf": "cf ssh epmbp-consumer-app-srv -N -T -L 9229:127.0.0.1:9229",
"undeploy:cf": "cf undeploy epmbp-consumer-app --delete-services --delete-service-brokers"
},
Expand Down

0 comments on commit 263aaa0

Please sign in to comment.