Chore: Updated the deploy file to remove hardcoded paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user