Update workflow to match reorganization

This commit is contained in:
Joey Hafner 2024-10-28 18:07:14 -07:00
parent 51f55e8d07
commit 3230bb448e
No known key found for this signature in database

View File

@ -3,13 +3,13 @@ name: Deploy NixOS System Configurations to Silver-Flame Hosts
on:
push:
branches: [ main ]
paths: [ 'homelab/silver-flame/**' ]
paths: [ 'homelab/local-hosts/silver-flame/**' ]
jobs:
deploy:
defaults:
run:
working-directory: homelab/silver-flame
working-directory: homelab/local-hosts/silver-flame
runs-on: ubuntu-latest
steps:
- name: Checkout Jafner.net repo