diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e2098b9..cd6d713 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,4 +37,4 @@ jobs: steps: - name: Notify Watchtower - run: "echo \"${{ secrets.WATCHTOWER_TOKEN }}\" && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file + run: "curl -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/metrics && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file