From a44943985194627b58de06f5c72f463891f1ff43 Mon Sep 17 00:00:00 2001 From: Jamie Hurst Date: Mon, 2 Sep 2024 09:00:38 +0100 Subject: [PATCH] Remove -o --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46ced20..7c2b2fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,8 +62,9 @@ jobs: port: 22 script: | cd /srv - unzip blog-${{ steps.version.outputs.value }}.zip -o -d blog-${{ steps.version.outputs.value }}/ + unzip blog-${{ steps.version.outputs.value }}.zip -d blog-${{ steps.version.outputs.value }}/ rm blog + rm blog-*.zip ln -s blog-${{ steps.version.outputs.value }} blog service nginx reload - name: Update deployment status (success)