18 lines
340 B
YAML
18 lines
340 B
YAML
name: deploy
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Deploy action
|
|
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main
|
|
id: deploy
|
|
with:
|
|
configFile: ./EdgeConnectConfig.yaml
|