From 1ce81d9cbb51f7fd70e32d76890b6293ae424063 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 9 Jan 2024 23:55:33 +0100 Subject: [PATCH] test --- .forgejo/workflows/docker-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/docker-image.yaml b/.forgejo/workflows/docker-image.yaml index e2d6e69..6cbdcc1 100644 --- a/.forgejo/workflows/docker-image.yaml +++ b/.forgejo/workflows/docker-image.yaml @@ -40,6 +40,9 @@ jobs: deployment: runs-on: self-hosted steps: + # As an alternative, we could connect to the server via ssh and execute the + # script directly, but I like the webhook thing much more, because it is + # so much more versatile. - name: Deploy via webhook run: | apk add curl