diff --git a/start-production.sh b/start-production.sh index f371291..c057dba 100644 --- a/start-production.sh +++ b/start-production.sh @@ -1,4 +1,5 @@ mkdir /home/ubuntu/webapp +echo "running start-production" cd /home/ubuntu/webapp cat /home/ubuntu/.CR_PAT.txt | sudo docker login ghcr.io -u da-robotics --password-stdin sudo docker compose pull