Files
continuwuity/deploy_website.nu
T

2 lines
221 B
Nu
Raw Normal View History

2024-08-26 20:21:41 +01:00
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"