diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b314234..121b88d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,13 +8,13 @@ on: description: 'Stack to deploy' required: true # Default can be anything, or leave empty - default: 'ai-backend' + default: type: choice options: # Just list the filenames (without .nomad) - ai-backend - ai-frontend - # - uptime-kuma (Add this later) + - newt jobs: deploy: