Chore: Updated the deploy file to remove hardcoded paths

This commit is contained in:
Amritanshu Agrawal 2021-01-26 09:40:17 +05:30
parent d2cd07951a
commit 6a62a05072
1 changed files with 1 additions and 1 deletions

View File

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