From 4a24446fbb46c2ff6335a5c401c0f22e729d5d16 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 09:28:53 +0200 Subject: [PATCH 1/2] remove --- .github/workflows/dtchsyn_v2.bck | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/dtchsyn_v2.bck diff --git a/.github/workflows/dtchsyn_v2.bck b/.github/workflows/dtchsyn_v2.bck deleted file mode 100644 index 49d096d..0000000 --- a/.github/workflows/dtchsyn_v2.bck +++ /dev/null @@ -1,38 +0,0 @@ -on: - push: - branches: - - dev - - main - -name: Publish Website -jobs: - web-deploy: - name: Deploy based on branch - runs-on: ubuntu-latest - steps: - - name: Set destination path based on branch - id: set-destination - run: | - if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then - echo "DESTINATION=/Lantaeu/dtch/" >> $GITHUB_ENV - else - echo "DESTINATION=/Lantaeu/dtch_dev/" >> $GITHUB_ENV - fi - - - name: Checkout code - uses: actions/checkout@v4 - - - name: Show upload destination - run: | - echo "Uploading to: $DESTINATION" - - - name: Upload via SFTP - uses: pressidium/lftp-mirror-action@v1 - with: - host: ${{ secrets.SYNADDR }} - port: 22 - user: ${{ secrets.SYNUSR }} - pass: ${{ secrets.SYNPASS }} - localDir: ./ - remoteDir: ${{ env.DESTINATION }} - args: "--exclude-glob *.git --exclude-glob config.php --exclude-glob data/**/*.json" -- 2.49.1 From 8ba50dc2180d032898fa471a9175c47895d00503 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 3 Apr 2025 11:14:15 +0200 Subject: [PATCH 2/2] up --- discord/report_new_matches.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index aa73f3d..992a934 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -1,4 +1,5 @@ $logprefix = get-date -Format ddMMyyy_HHmmss +#up Start-Transcript -Path "../logs/report_new_matches_$logprefix.log" -Append if ($PSScriptRoot.length -eq 0) { -- 2.49.1