diff --git a/deploy.sh b/deploy.sh index 1b11817..0b326d6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ function branch_to_tag () { if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi } -REPO="sartography/cr-connect-workflow" +REPO="sartography/cr-connect-python-base" TAG=$(branch_to_tag "$TRAVIS_BRANCH") # Build and push Docker image to Docker Hub