add deploy script

This commit is contained in:
Ryan Peters 2023-12-05 03:40:31 +00:00
parent fdda726d5e
commit bd59bb24af

2
deploy.sh Executable file
View File

@ -0,0 +1,2 @@
sudo docker build -f Dockerfile . -t registry.binarydad.com/weather:latest
sudo docker push registry.binarydad.com/weather:latest