Add script for deploying to the server

This commit is contained in:
Jade Ellis 2024-08-19 00:32:24 +01:00
parent 3a3adc2801
commit a334ed0146
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

1
deploy_website.nu Normal file
View file

@ -0,0 +1 @@
podman build . -f packages/website/Dockerfile -t jade-website-frontend:latest; podman save --format oci-archive jade-website-frontend:latest | gzip | ssh core@176.126.240.240 -T "zcat > /opt/images/jade-website-frontend"