Chore: Updated the deploy file to remove hardcoded paths
This commit is contained in:
parent
d2cd07951a
commit
6a62a05072
@ -14,6 +14,6 @@ fi
|
||||
|
||||
cd docker/app || exit
|
||||
docker build --tag luthor:latest .
|
||||
cd ~/Programming/luthor/docker || exit
|
||||
cd "$parent_path/docker" || exit
|
||||
docker save luthor:latest | bzip2 | pv | ssh tanshu@knox.tanshu.com 'bunzip2 | sudo docker load'
|
||||
ansible-playbook playbook.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user