Skip to content

Commit

Permalink
Param cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 25, 2025
1 parent 40e2fc7 commit 4eb647b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .Helm Deployer
name: .Deployer

on:
workflow_call:
Expand All @@ -7,16 +7,6 @@ on:
# Only secrets!

### Typical / recommended
atomic:
description: Atomic deployment? That means fail all or nothing
default: true
required: false
type: string
directory:
description: Chart directory
default: 'charts/app'
required: false
type: string
environment:
description: Environment name; omit for PRs
required: false
Expand Down Expand Up @@ -45,11 +35,6 @@ on:
default: 10
required: false
type: number
values:
description: 'Values file'
default: 'values.yaml'
required: false
type: string

outputs:
tag:
Expand Down Expand Up @@ -115,7 +100,7 @@ jobs:
environment: ${{ inputs.environment }}
needs: [database, init]
runs-on: ubuntu-24.04
timeout-minutes: 15
timeout-minutes: ${{ inputs.timeout-minutes }}
strategy:
matrix:
name: [backend, frontend]
Expand Down

0 comments on commit 4eb647b

Please sign in to comment.