New Worflow deploy
This commit is contained in:
21
.gitea/workflows/deploy.yaml
Normal file
21
.gitea/workflows/deploy.yaml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user