Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 13, 2023
1 parent 83aeb82 commit 81d4648
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
name: cicd_deploy

on:
push:
# Run deployment on every new tag
tags:
- '*'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true

env:
DOCKER_REPO: ignimagelidar/pdal_ign_plugin
Expand Down

0 comments on commit 81d4648

Please sign in to comment.