ci(deploy): Add 'newt' deploy option and make stack selection explicit
The `newt` stack has been added to the list of available deployment options for the Gitea Actions workflow. Additionally, the default value for the `stack` input has been removed, making it a mandatory selection. This ensures that users explicitly choose which service to deploy, preventing unintended deployments and improving clarity.
This commit is contained in:
@@ -8,13 +8,13 @@ on:
|
|||||||
description: 'Stack to deploy'
|
description: 'Stack to deploy'
|
||||||
required: true
|
required: true
|
||||||
# Default can be anything, or leave empty
|
# Default can be anything, or leave empty
|
||||||
default: 'ai-backend'
|
default:
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
# Just list the filenames (without .nomad)
|
# Just list the filenames (without .nomad)
|
||||||
- ai-backend
|
- ai-backend
|
||||||
- ai-frontend
|
- ai-frontend
|
||||||
# - uptime-kuma (Add this later)
|
- newt
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user