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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths: [ 'homelab/silver-flame/**' ]
|
paths: [ 'homelab/local-hosts/silver-flame/**' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: homelab/silver-flame
|
working-directory: homelab/local-hosts/silver-flame
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Jafner.net repo
|
- name: Checkout Jafner.net repo
|
||||||
|
Loading…
Reference in New Issue
Block a user