WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit 044434c642 - Show all commits

View File

@@ -0,0 +1,21 @@
name: Deploy solution
on:
workflow_dispatch:
inputs:
domain:
description: 'Seleccione destino:'
required: true
default: 'demo.analytics.beyondcx.org'
tag:
description: 'Indique el tag/release'
required: true
default: 'latest'
jobs:
log-the-inputs:
runs-on: ubuntu-latest
steps:
- run: echo "${{ inputs.domain }} con la imagen ${{ inputs.tag }}"