test
All checks were successful
/ docker-image (push) Successful in 1m4s
/ deployment (push) Successful in 0s

This commit is contained in:
Aaron Fischer 2024-01-09 23:55:33 +01:00
parent 1eaecf772e
commit 1ce81d9cbb

View file

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