From 0ae5c393bbeadf6bdb2487f7b93326cde2890cfe Mon Sep 17 00:00:00 2001 From: Johnnybegood90 Date: Mon, 9 Mar 2026 18:20:49 +0100 Subject: [PATCH] Adjust automatic deployment --- .github/workflows/deploy.yml | 4 ++++ .gitignore | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 33c017a..cbc84b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,3 +20,7 @@ jobs: cd ${{ secrets.DEPLOY_PATH }} git fetch origin git reset --hard origin/main + + cd ${{ secrets.DEMO_DEPLOY_PATH }} + git fetch origin + git reset --hard origin/main diff --git a/.gitignore b/.gitignore index ab1e82a..0e78929 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ config.json .DS_Store +generate_epg.php +epg.xml