Compare commits
No commits in common. "main" and "v1.1.6" have entirely different histories.
2 changed files with 3 additions and 51 deletions
|
|
@ -1,47 +0,0 @@
|
|||
name: createapp
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
a_app_region:
|
||||
type: string
|
||||
description: "Application Region e.g. EU"
|
||||
default: EU
|
||||
required: true
|
||||
b_app_flavor:
|
||||
type: string
|
||||
description: "Application Flavor e.g. EU.small"
|
||||
default: EU.small
|
||||
required: true
|
||||
c_cloudlet:
|
||||
type: choice
|
||||
options:
|
||||
- Amsterdam-OTC
|
||||
- Hamburg
|
||||
- Leipzig
|
||||
- Munich
|
||||
- Berlin
|
||||
- Frankfurt
|
||||
- Magdeburg-OTC
|
||||
- Bonn
|
||||
- Magdeburg
|
||||
- crm-vm-2
|
||||
description: "Cloudlet location"
|
||||
default: Munich
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Deploy action
|
||||
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-action/deploy@main
|
||||
id: deploy
|
||||
with:
|
||||
region: ${{ inputs.a_app_region }}
|
||||
flavor: ${{ inputs.b_app_flavor }}
|
||||
cloudlet: ${{ inputs.c_cloudlet }}
|
||||
edgexr_platform_username: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
|
||||
edgexr_platform_password: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}
|
||||
|
|
@ -25,7 +25,6 @@ on:
|
|||
- Magdeburg-OTC
|
||||
- Bonn
|
||||
- Magdeburg
|
||||
- crm-vm-2
|
||||
description: "Cloudlet location"
|
||||
default: Munich
|
||||
required: true
|
||||
|
|
@ -76,7 +75,7 @@ jobs:
|
|||
"region": "${APP_REGION}",
|
||||
"app": {
|
||||
"key": {
|
||||
"organization": "dev-framework",
|
||||
"organization": "edp-developer-framework",
|
||||
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')",
|
||||
"version": "${{ steps.docker.outputs.version }}"
|
||||
},
|
||||
|
|
@ -110,7 +109,7 @@ jobs:
|
|||
"region": "${APP_REGION}",
|
||||
"appinst": {
|
||||
"key": {
|
||||
"organization": "dev-framework",
|
||||
"organization": "edp-developer-framework",
|
||||
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')-instance",
|
||||
"cloudlet_key": {
|
||||
"organization": "TelekomOP",
|
||||
|
|
@ -118,7 +117,7 @@ jobs:
|
|||
}
|
||||
},
|
||||
"app_key": {
|
||||
"organization": "dev-framework",
|
||||
"organization": "edp-developer-framework",
|
||||
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')",
|
||||
"version": "${{ steps.docker.outputs.version }}"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue