remove old deploy script

This commit is contained in:
Ryan Peters 2024-12-16 15:36:39 -05:00
parent dabd5d6a50
commit f69d19100d

View File

@ -1,7 +0,0 @@
#! /bin/bash
# build the image
sudo docker build -f ./Dockerfile . -t docker.io/binarydad/notes:latest
# push the image
sudo docker push docker.io/binarydad/notes:latest