Add very basic deployment service based on webhook

This commit is contained in:
Tobias Reisinger 2025-05-25 16:11:05 +02:00
parent a70ea6ef2a
commit 5d22308f0f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env sh
if [ -n "$WEBHOOK_DATA" ]
then
docker exec -i reitanlage_oranienburg-app-1 sh < "$WEBHOOK_DATA"
fi