Files
goldpinger/docker_deploy.sh
2019-03-13 14:43:09 +00:00

9 lines
153 B
Bash
Executable File

#!/bin/sh
docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD" \
&& make tag \
&& make push \
&& make vendor-tag \
&& make vendor-push