Fix: docker should upload to gondor now not beacon
This commit is contained in:
@ -32,5 +32,5 @@ else
|
||||
echo "No version bump"
|
||||
fi
|
||||
cd "$parent_path/docker" || exit
|
||||
docker save brewman:latest | bzip2 | pv | ssh beacon 'bunzip2 | sudo docker load'
|
||||
docker save brewman:latest | bzip2 | pv | ssh gondor 'bunzip2 | sudo docker load'
|
||||
ansible-playbook --inventory hosts playbook.yml
|
||||
|
||||
Reference in New Issue
Block a user