Fix: docker should upload to gondor now not beacon

This commit is contained in:
2023-08-07 09:20:21 +05:30
parent 220c15b3fa
commit 0fc8fac5aa
6 changed files with 1 additions and 11 deletions

View File

@ -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