Skip to content

Commit

Permalink
Deploy to OpenShift command
Browse files Browse the repository at this point in the history
Uses the existing menu to select which Quarkus project to deploy.
Uses OpenShift Connector in order to deploy the Quarkus project to
OpenShift.
The component is created if it does not exist yet (i.e. no .odo folder
is present), and it's pushed if it already exists.
OpenShift Connector handles selecting/creating the application and
naming the component.

Closes redhat-developer#313

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed May 13, 2021
1 parent 478d2c7 commit 4f25c20
Show file tree
Hide file tree
Showing 9 changed files with 1,125 additions and 836 deletions.
23 changes: 23 additions & 0 deletions .vscode/snippets.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"Copyright Header": {
"scope": "javascript,typescript",
"prefix": "copyright",
"body": [
"/**",
" * Copyright ${CURRENT_YEAR} ${1:Red Hat, Inc.} and others.",
"",
" * Licensed under the Apache License, Version 2.0 (the \"License\");",
" * you may not use this file except in compliance with the License.",
" * You may obtain a copy of the License at",
"",
" * http://www.apache.org/licenses/LICENSE-2.0",
"",
" * Unless required by applicable law or agreed to in writing, software",
" * distributed under the License is distributed on an \"AS IS\" BASIS,",
" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
" * See the License for the specific language governing permissions and",
" * limitations under the License.",
" */"
]
}
}
Loading

0 comments on commit 4f25c20

Please sign in to comment.