add a deploy.sh

it builds the docker image and pushes it to the hardcoded registry
master
lub 5 years ago
parent 1a6fbd9d96
commit 5d6adcab4d

@ -0,0 +1,4 @@
#!/bin/sh -e
docker build -t registry.lubiland.de/swarm-nat .
docker push registry.lubiland.de/swarm-nat
Loading…
Cancel
Save