From 061f9ad8d3280d9754b26e2abed1c7438c818b05 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 14 May 2025 12:55:08 +0200 Subject: [PATCH] Delete .github/workflows/restore-demo.SHSSSS --- .github/workflows/restore-demo.SHSSSS | 28 --------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/restore-demo.SHSSSS diff --git a/.github/workflows/restore-demo.SHSSSS b/.github/workflows/restore-demo.SHSSSS deleted file mode 100644 index 8f1fdd80..00000000 --- a/.github/workflows/restore-demo.SHSSSS +++ /dev/null @@ -1,28 +0,0 @@ -name: Restore OpenPanel demo site - -on: - schedule: - - cron: '0 * * * *' - workflow_dispatch: - -jobs: - hourly-tasks: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Load SNAPSHOT_ID from environment file - run: | - echo "SNAPSHOT_ID=$(cat demo/SNAPSHOT_ID.env)" >> $GITHUB_ENV - - - name: Restore demo site - env: - DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} - DROPLET_ID: ${{ secrets.DROPLET_ID }} - SNAPSHOT_ID: ${{ env.SNAPSHOT_ID }} - - run: | - chmod +x ./demo/restore-snapshot.sh - ./demo/restore-snapshot.sh