From e3a634b7af0b40bdfa0c1be67a88d7dce7b0d055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 17 May 2023 04:23:01 +0300 Subject: [PATCH] chore(deploy): restart the project before deployment --- .github/workflows/shuttle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/shuttle.yml b/.github/workflows/shuttle.yml index 51af971..63442a7 100644 --- a/.github/workflows/shuttle.yml +++ b/.github/workflows/shuttle.yml @@ -27,5 +27,7 @@ jobs: run: sed -i 's|default = \[\]|default = \["shuttle"\]|g' Cargo.toml - name: Login run: cargo shuttle login --api-key ${{ secrets.SHUTTLE_TOKEN }} + - name: Restart + run: cargo shuttle project restart - name: Deploy run: cargo shuttle deploy --allow-dirty --no-test