16 lines
291 B
YAML
16 lines
291 B
YAML
name: deploy
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
-
|
|
name: Deploy action
|
|
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main
|
|
id: deploy
|
|
with:
|
|
config-file: ./EdgeConnectConfig.yaml
|