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: 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