Open glitchedmob opened 1 year ago
After we finish #119 we need to setup a Github actions that will automatically deploy updates to our VM. My best guess on how to do this would be SSHing into the VM, running git pull, restarting containers, and running a deployment script
git pull
After we finish #119 we need to setup a Github actions that will automatically deploy updates to our VM. My best guess on how to do this would be SSHing into the VM, running
git pull
, restarting containers, and running a deployment script