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