All checks were successful
Deploy / deploy (push) Successful in 2m40s
Simplify workflow to use reusable workflow: uses: ppetru/alo-cluster/.gitea/workflows/deploy-nomad.yaml@master All build/push/deploy logic is now centralized in alo-cluster. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
221 B
YAML
14 lines
221 B
YAML
name: Deploy
|
|
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
deploy:
|
|
uses: ppetru/alo-cluster/.gitea/workflows/deploy-nomad.yaml@master
|
|
with:
|
|
service_name: animaltrack
|
|
secrets: inherit
|