change boot to reboot

This commit is contained in:
Johan Rooijakkers 2025-02-07 19:36:22 +01:00
parent efaba212e5
commit 0c910daeb6

View File

@ -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 }}