Files
fitbit_garmin_sync/.github/workflows/nomad-deploy.yml
sstent d6b0e680e1
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m59s
sync
2025-12-15 06:56:57 -08:00

24 lines
536 B
YAML

name: Deploy to Nomad
on:
workflow_dispatch:
workflow_run:
workflows: ["container-build.yml"] # Name of your build workflow
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy with Nomad
uses: qazz92/nomad-deploy@v1
with:
address: http://nomad.service.dc1.consul:4646
job: fitbit-garmin-sync.nomad