update
This commit is contained in:
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@@ -21,6 +21,11 @@ on:
|
||||
required: false
|
||||
default: ''
|
||||
type: string
|
||||
force_restart:
|
||||
description: 'Force rollout restart (restarts pods even if no changes)'
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
# Kubernetes configuration
|
||||
@@ -36,6 +41,7 @@ env:
|
||||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
CONTAINER_IMAGE_NAME: ${{ secrets.CONTAINER_IMAGE_NAME }}
|
||||
CONTAINER_IMAGE_TAG: ${{ inputs.image_tag || 'latest' }}
|
||||
FORCE_RESTART: ${{ inputs.force_restart }}
|
||||
|
||||
# Application configuration
|
||||
DATABASE_DSN: ${{ secrets.DATABASE_DSN }}
|
||||
|
||||
Reference in New Issue
Block a user