Removing pull from start script.

This commit is contained in:
Colin Diem
2021-04-09 00:23:11 -04:00
parent aee74e7526
commit 5f9997a4c5

View File

@@ -1,9 +1,6 @@
#!/bin/bash #!/bin/bash
clear clear
cd /home/ubuntu/ cd /home/ubuntu/
echo "Pulling latest from git repo."
git checkout main
git pull
echo "Building reverse proxy" echo "Building reverse proxy"
cd nginx-reverse-proxy/ cd nginx-reverse-proxy/