Files
webhooks/deploy/deploy.sh
2021-10-24 17:16:07 +02:00

10 lines
187 B
Bash

#!/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