From 47e54a21714fc9047de5b474a6323b9c6b4d3ce4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 3 Dec 2024 08:41:13 +0100 Subject: [PATCH] Update restore-demo.yaml --- .github/workflows/restore-demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/restore-demo.yaml b/.github/workflows/restore-demo.yaml index 1ac29d61..b8901a1e 100644 --- a/.github/workflows/restore-demo.yaml +++ b/.github/workflows/restore-demo.yaml @@ -16,5 +16,5 @@ jobs: env: DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} run: | - chmod +x ./demo/2087/rebuild.sh - ./demo/2087/rebuild.sh + chmod +x ./demo/restore-snapshot.sh + ./demo/restore-snapshot.sh