logout docker after pushing image

This commit is contained in:
Zachary Chai 2016-12-01 15:55:18 -05:00
parent 41c9e7798f
commit 37a75152ef
2 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class @Recordings
};
$('#recordings').tooltip(options)
$(document).on "turbolinks:before-cache", =>
$(document).one "turbolinks:before-cache", =>
@getTable().api().clear().draw().destroy()
# enable popovers

View File

@ -4,3 +4,5 @@ docker build -f Dockerfile.prod -t zachblind/greenlight:master .
docker login -e zachary.chai@blindsidenetworks.com -u $DOCKER_USER -p $DOCKER_PASS
docker push zachblind/greenlight:master
docker logout