test
This commit is contained in:
parent
1eaecf772e
commit
1ce81d9cbb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue