Add very basic deployment service based on webhook
This commit is contained in:
parent
a70ea6ef2a
commit
5d22308f0f
5 changed files with 92 additions and 0 deletions
6
playbooks/roles/deploy/files/deploy-reitanlage_oranienburg
Executable file
6
playbooks/roles/deploy/files/deploy-reitanlage_oranienburg
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue