Adjust automatic deployment
This commit is contained in:
@@ -20,3 +20,7 @@ jobs:
|
|||||||
cd ${{ secrets.DEPLOY_PATH }}
|
cd ${{ secrets.DEPLOY_PATH }}
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
|
|
||||||
|
cd ${{ secrets.DEMO_DEPLOY_PATH }}
|
||||||
|
git fetch origin
|
||||||
|
git reset --hard origin/main
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
config.json
|
config.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
generate_epg.php
|
||||||
|
epg.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user