Added deploy files

This commit is contained in:
2021-10-24 17:16:07 +02:00
parent 7f82b25cde
commit 4363674265
6 changed files with 64 additions and 2 deletions

9
deploy/deploy.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
# BUILD
docker build . -f deploy/Dockerfile -t webhooks:latest
# PUBLISH
docker tag pasta-server marc.sastre.cat/webhooks:latest
docker push marc.sastre.cat/webhooks