Added presencia deploy
This commit is contained in:
9
deploy/publish.sh
Executable file
9
deploy/publish.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# BUILD
|
||||
docker build . -f deploy/Dockerfile -t webhooks:latest
|
||||
|
||||
# PUBLISH
|
||||
docker tag webhooks marc.sastre.cat/webhooks:latest
|
||||
docker push marc.sastre.cat/webhooks
|
||||
Reference in New Issue
Block a user