Skip to content

Build & Upload to S3 DEV #1

Build & Upload to S3 DEV

Build & Upload to S3 DEV #1

name: Build & Upload to S3 DEV
on:
#push:
# branches:
# - 'main'
# - 'feature/**'
# - 'bugfix/**'
workflow_dispatch:
jobs:
deploy-to-dev:
uses: MZero-Labs/devops-templates/.github/workflows/s3_buckets_main.yml@feature/CL-1494
secrets: inherit
permissions:
contents: write
with:
## If you want to set the variable HELM_COMPONENTS to something different than the folder name
## it is important to have it set equal to the Chart name in Chart.yaml and to the folder containing the chart itself
## (i.e. build/chart/NAME_OF_CHART
MASTER_VERSION: "0"