diff --git a/.gitea/deploy.sh b/.gitea/deploy.sh new file mode 100755 index 0000000..be4eab2 --- /dev/null +++ b/.gitea/deploy.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +curl \ +--fail-with-body \ +-H "Authorization: ${RUNNER_API_KEY}" \ +-XPOST 192.168.1.186 \ +-H 'Content-Type: application/json; charset=utf-8' \ +--data-binary @- <