Update workflow to match reorganization
This commit is contained in:
parent
51f55e8d07
commit
3230bb448e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user