From 0c910daeb602a2f8debac85c8539518a6d553160 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Fri, 7 Feb 2025 19:36:22 +0100 Subject: [PATCH] change boot to reboot --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1c73f16..78e576e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -43,6 +43,6 @@ jobs: - name: Append kamal registry password run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }} - name: Boot accessories - run: kamal accessory boot all -d ${{ inputs.environment }} + run: kamal accessory reboot all -d ${{ inputs.environment }} - name: Deploy - run: kamal deploy -d ${{ inputs.environment }} \ No newline at end of file + run: kamal deploy -d ${{ inputs.environment }}