From 22c356279cf093ca5f6aa7ece5b9100f79de6b8e Mon Sep 17 00:00:00 2001 From: Claas Date: Mon, 22 Dec 2025 01:34:07 +0100 Subject: [PATCH] Add documentation --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d29ddc..c8785a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,4 +20,5 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' || github.event.registry_package.package_version.container_metadata.tag.name == 'meal' steps: - name: deploy + # The container id is not really a secret but it obfuscation doesn't hurt either run: 'curl --fail --show-error -H "Authorization: ${{ secrets.TUGBOAT_TOKEN }}" --request POST https://tugboat.claa.sh/containers/${{ secrets.TUGBOAT_DELIVERY_SERVICE_CONTAINER_ID }}/update' -- 2.51.2